MCPcopy Create free account
hub / github.com/ImageEngine/cortex / remove

Method remove

src/IECore/StreamIndexedIO.cpp:3056–3060  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3054}
3055
3056void StreamIndexedIO::remove( const IndexedIO::EntryID &name )
3057{
3058 assert( m_node );
3059 remove(name, true);
3060}
3061
3062void StreamIndexedIO::removeAll( )
3063{

Callers

nothing calls this directly

Calls 3

removeFunction · 0.85
subindexMethod · 0.80
removeChildMethod · 0.45

Tested by

no test coverage detected