MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / Size

Method Size

include/sonic/writebuffer.h:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 sonic_force_inline size_t Size() const { return stack_.Size(); }
51 sonic_force_inline size_t Capacity() const { return stack_.Capacity(); }
52 sonic_force_inline bool Empty() const { return stack_.Empty(); }
53

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected