MCPcopy 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
66void clearChildren( Group &g )
67{
68 std::lock_guard<Group::Mutex> lock( g.mutex() );
69 g.clearChildren();
70}
71
72list children( const Group &g )
73{

Callers

nothing calls this directly

Calls 1

clearChildrenMethod · 0.45

Tested by

no test coverage detected