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

Method isEmpty

src/IECore/PathMatcher.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153bool PathMatcher::Node::isEmpty()
154{
155 return !terminator && children.empty();
156}
157
158PathMatcher::Node *PathMatcher::Node::leaf()
159{

Callers 15

recursiveSetFunction · 0.45
readBoundMethod · 0.45
testDefaultsMethod · 0.45
testPruneMethod · 0.45
testPruneRootMethod · 0.45
testIsEmptyMethod · 0.45
testRemovePathsMethod · 0.45
testConstructorsMethod · 0.45
testMiscMethodsMethod · 0.45

Calls

no outgoing calls

Tested by 7

testDefaultsMethod · 0.36
testPruneMethod · 0.36
testPruneRootMethod · 0.36
testIsEmptyMethod · 0.36
testRemovePathsMethod · 0.36