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

Function get

src/IECorePython/LRUCacheBinding.cpp:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155typedef LRUCache<int, int> TestCache;
156
157int get( int key, size_t &cost )
158{
159 cost = 1;
160 return key;
161}
162
163struct GetFromTestCache
164{

Callers 9

getMethod · 0.70
WriteToFileMethod · 0.50
writeLocationMethod · 0.50
OpenMethod · 0.50
expandLinkMethod · 0.50
motionBeginMethod · 0.50
operator()Method · 0.50
nonConstGetFunction · 0.50
operator()Method · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected