Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ clear
Method
clear
src/cinder/JsonTree.cpp:299–302 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
297
}
298
299
void JsonTree::clear()
300
{
301
mChildren.clear();
302
}
303
304
JsonTree& JsonTree::addChild( const JsonTree &newChild )
305
{
Callers
1
JsonTree.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected