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

Function Pop

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

Source from the content-addressed store, hash-verified

52 void ShrinkToFit() { stack_.ShrinkToFit(); }
53 Ch* Push(size_t count) { return stack_.template Push<Ch>(count); }
54 void Pop(size_t count) { stack_.template Pop<Ch>(count); }
55
56 const Ch* GetBuffer() const {
57 return stack_.template Bottom<Ch>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected