MCPcopy Create free account
hub / github.com/ImageEngine/cortex / read

Method read

src/IECore/CachedReader.cpp:202–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202ConstObjectPtr CachedReader::read( const std::string &file )
203{
204 return m_data->m_cache.get( PARAM(file) );
205}
206
207void CachedReader::insert( const std::string &file, ConstObjectPtr obj )
208{

Callers 6

testMethod · 0.95
checkMethod · 0.95
testChangeSearchPathsMethod · 0.95
testPostProcessingMethod · 0.95
computeFnMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected