MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / read_size

Method read_size

Libs/flatbuffers/flexbuffers.h:229–231  ·  view source on GitHub ↗

Access size stored in `byte_width_` bytes before data_ pointer.

Source from the content-addressed store, hash-verified

227 size_t size() const { return size_; }
228 // Access size stored in `byte_width_` bytes before data_ pointer.
229 size_t read_size() const {
230 return static_cast<size_t>(ReadUInt64(data_ - byte_width_, byte_width_));
231 }
232
233 protected:
234 size_t size_;

Callers

nothing calls this directly

Calls 1

ReadUInt64Function · 0.85

Tested by

no test coverage detected