Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ hasChild
Method
hasChild
src/IECoreScene/SceneCache.cpp:2598–2601 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2596
}
2597
2598
bool SceneCache::hasChild( const Name &name ) const
2599
{
2600
return m_implementation->hasChild(name);
2601
}
2602
2603
SceneInterfacePtr SceneCache::createChild( const Name &name )
2604
{
Callers
4
testKnownStaticHierarchy
Method · 0.95
recurseCompare
Method · 0.45
testCanGetChildVDBLocation
Method · 0.45
testHasChild
Method · 0.45
Calls
no outgoing calls
Tested by
4
testKnownStaticHierarchy
Method · 0.76
recurseCompare
Method · 0.36
testCanGetChildVDBLocation
Method · 0.36
testHasChild
Method · 0.36