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

Function Clear

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

Source from the content-addressed store, hash-verified

49 void Flush() {}
50
51 void Clear() { stack_.Clear(); }
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); }

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected