Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
146
bool PathMatcher::Node::clearChildren()
147
{
148
const bool result = !children.empty();
149
children.clear();
150
return result;
151
}
152
153
bool PathMatcher::Node::isEmpty()
154
{
Callers
1
removeWalk
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected