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

Function Push

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

Source from the content-addressed store, hash-verified

64 stack_.template Pop<Ch>(1);
65 }
66 Ch* Push(size_t count) { return stack_.template Push<Ch>(count); }
67 void Pop(size_t count) { stack_.template Pop<Ch>(count); }
68
69 const Ch* GetString() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected