MCPcopy 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
2661bool SceneCache::readOnly() const
2662{
2663 return dynamic_cast< const ReaderImplementation* >( m_implementation.get() ) != nullptr;
2664}

Callers 1

LinkedSceneMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected