MCPcopy Create free account
hub / github.com/ImageEngine/cortex / clearChildren

Method clearChildren

src/IECore/PathMatcher.cpp:146–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146bool PathMatcher::Node::clearChildren()
147{
148 const bool result = !children.empty();
149 children.clear();
150 return result;
151}
152
153bool PathMatcher::Node::isEmpty()
154{

Callers 1

removeWalkMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected