peekRowId static method

int peekRowId(
  1. Uint8List data
)

Implementation

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