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

Method Capacity

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

Source from the content-addressed store, hash-verified

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
54 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected