MCPcopy Create free account
hub / github.com/USCiLab/cereal / Flush

Function Flush

include/cereal/external/rapidjson/stringbuffer.h:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 void Put(Ch c) { *stack_.template Push<Ch>() = c; }
57 void PutUnsafe(Ch c) { *stack_.template PushUnsafe<Ch>() = c; }
58 void Flush() {}
59
60 void Clear() { stack_.Clear(); }
61 void ShrinkToFit() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected