Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3056
void StreamIndexedIO::remove( const IndexedIO::EntryID &name )
3057
{
3058
assert( m_node );
3059
remove(name, true);
3060
}
3061
3062
void StreamIndexedIO::removeAll( )
3063
{
Callers
nothing calls this directly
Calls
3
remove
Function · 0.85
subindex
Method · 0.80
removeChild
Method · 0.45
Tested by
no test coverage detected