MCPcopy 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
299void JsonTree::clear()
300{
301 mChildren.clear();
302}
303
304JsonTree& JsonTree::addChild( const JsonTree &newChild )
305{

Callers 1

JsonTree.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected