Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
153
bool PathMatcher::Node::isEmpty()
154
{
155
return !terminator && children.empty();
156
}
157
158
PathMatcher::Node *PathMatcher::Node::leaf()
159
{
Callers
15
recursiveSet
Function · 0.45
readBound
Method · 0.45
testDefaults
Method · 0.45
testPrune
Method · 0.45
testPruneRoot
Method · 0.45
testIsEmpty
Method · 0.45
testRemovePaths
Method · 0.45
testAddEmptyPathsWithPrefix
Method · 0.45
testEmptyStringIsNotAPath
Method · 0.45
testConstructors
Method · 0.45
testMiscMethods
Method · 0.45
transformAndExpandBounds
Method · 0.45
Calls
no outgoing calls
Tested by
7
testDefaults
Method · 0.36
testPrune
Method · 0.36
testPruneRoot
Method · 0.36
testIsEmpty
Method · 0.36
testRemovePaths
Method · 0.36
testAddEmptyPathsWithPrefix
Method · 0.36
testEmptyStringIsNotAPath
Method · 0.36