Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ clearChildren
Method
clearChildren
src/IECoreGL/Group.cpp:144–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
void Group::clearChildren()
145
{
146
m_children.clear();
147
}
148
149
const Group::ChildContainer &Group::children() const
150
{
Callers
2
test
Method · 0.95
clearChildren
Function · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected