Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ readOnly
Method
readOnly
src/IECoreScene/SceneCache.cpp:2661–2664 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2659
}
2660
2661
bool SceneCache::readOnly() const
2662
{
2663
return dynamic_cast< const ReaderImplementation* >( m_implementation.get() ) != nullptr;
2664
}
Callers
1
LinkedScene
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected