Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Flush
Function
Flush
Source/ThirdParty/rapidjson/memorybuffer.h:43–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
42
void Put(Ch c) { *stack_.template Push<Ch>() = c; }
43
void Flush() {}
44
45
void Clear() { stack_.Clear(); }
46
void ShrinkToFit() { stack_.ShrinkToFit(); }
Callers
5
EndObject
Method · 0.70
EndArray
Method · 0.70
EndValue
Method · 0.70
Seek
Method · 0.50
Tell
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected