Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ clearChildren
Function
clearChildren
src/IECoreGL/bindings/GroupBinding.cpp:66–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
void clearChildren( Group &g )
67
{
68
std::lock_guard<Group::Mutex> lock( g.mutex() );
69
g.clearChildren();
70
}
71
72
list children( const Group &g )
73
{
Callers
nothing calls this directly
Calls
1
clearChildren
Method · 0.45
Tested by
no test coverage detected