MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / GetSize

Function GetSize

native/thirdpart/flatbuffers/flexbuffers.h:924–924  ·  view source on GitHub ↗

Size of the buffer. Does not include unfinished values.

Source from the content-addressed store, hash-verified

922
923 // Size of the buffer. Does not include unfinished values.
924 size_t GetSize() const { return buf_.size(); }
925
926 // Reset all state so we can re-use the buffer.
927 void Clear() {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected