Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ get
Method
get
test/IECore/ComputationCacheTest.cpp:66–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
static IntDataPtr get( const ComputationParams ¶ms )
67
{
68
int id = params;
69
getCount++;
70
return new IntData( id );
71
}
72
73
void test()
74
{
Callers
2
test
Method · 0.45
operator()
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected