Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/USCiLab/cereal
/ Clear
Function
Clear
include/cereal/external/rapidjson/memorybuffer.h:45–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
void Flush() {}
44
45
void Clear() { stack_.Clear(); }
46
void ShrinkToFit() { stack_.ShrinkToFit(); }
47
Ch* Push(size_t count) { return stack_.template Push<Ch>(count); }
48
void Pop(size_t count) { stack_.template Pop<Ch>(count); }
Callers
nothing calls this directly
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected