MCPcopy 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 &params )
67 {
68 int id = params;
69 getCount++;
70 return new IntData( id );
71 }
72
73 void test()
74 {

Callers 2

testMethod · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected