MCPcopy Create free account
hub / github.com/Tencent/rapidjson / GetSize

Function GetSize

include/rapidjson/stringbuffer.h:81–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 size_t GetSize() const { return stack_.GetSize(); }
82
83 static const size_t kDefaultCapacity = 256;
84 mutable internal::Stack<Allocator> stack_;

Callers

nothing calls this directly

Calls 1

GetSizeMethod · 0.80

Tested by

no test coverage detected