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

Function Flush

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

Source from the content-addressed store, hash-verified

47
48 void Put(Ch c) { *stack_.template Push<Ch>() = c; }
49 void Flush() {}
50
51 void Clear() { stack_.Clear(); }
52 void ShrinkToFit() { stack_.ShrinkToFit(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected