MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetBuffer

Function GetBuffer

include/rapidjson/memorybuffer.h:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 void Pop(size_t count) { stack_.template Pop<Ch>(count); }
55
56 const Ch* GetBuffer() const {
57 return stack_.template Bottom<Ch>();
58 }
59
60 size_t GetSize() const { return stack_.GetSize(); }
61

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected