peekRowId static method

int peekRowId(
  1. Uint8List data
)

Implementation

static int peekRowId(Uint8List data) =>
    ByteData.sublistView(data).getUint64(PageConst.mvccRowId, Endian.little);