Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ hasObject
Method
hasObject
src/IECoreScene/SceneCache.cpp:116–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
bool hasObject() const
117
{
118
return m_indexedIO->hasEntry( objectEntry );
119
}
120
121
bool hasAttribute( const Name &name ) const
122
{
Callers
nothing calls this directly
Calls
1
hasEntry
Method · 0.80
Tested by
no test coverage detected