MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / GetSize

Method GetSize

src/codec/codec.h:161–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 return *(reinterpret_cast<const uint8_t*>(ptr)) & (1 << (idx & 0x07));
160 }
161 inline uint32_t GetSize() { return size_; }
162
163 static inline uint32_t GetSize(const int8_t* row) {
164 return *(reinterpret_cast<const uint32_t*>(row + VERSION_LENGTH));

Callers 3

DeleteBinlogMethod · 0.45
AppendEntriesMethod · 0.45
AppendEntryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected