Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
202
ConstObjectPtr CachedReader::read( const std::string &file )
203
{
204
return m_data->m_cache.get( PARAM(file) );
205
}
206
207
void CachedReader::insert( const std::string &file, ConstObjectPtr obj )
208
{
Callers
6
test
Method · 0.95
check
Method · 0.95
testChangeSearchPaths
Method · 0.95
testPostProcessing
Method · 0.95
testPostProcessingFailureMode
Method · 0.95
computeFn
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected