menu
nebula_db package
documentation
storage/tuple_codec.dart
TupleCodec
peekXmax static method
peekXmax static method
dark_mode
light_mode
peekXmax
static method
int
peekXmax
(
Uint8List
data
)
Implementation
static int peekXmax(Uint8List data) => bdGetUint64(ByteData.sublistView(data), PageConst.mvccXmax);
nebula_db package
documentation
storage/tuple_codec
TupleCodec
peekXmax static method
TupleCodec class