MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Clear

Function Clear

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

Source from the content-addressed store, hash-verified

64 void Destroy() { stack_.Clear(); stack_.ShrinkToFit(); }
65#endif
66 void Clear() { stack_.Clear(); }
67 void ShrinkToFit() {
68 // Push and pop a null terminator. This is safe.
69 *stack_.template Push<Ch>() = '\0';

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected