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

Method add

src/IECore/StreamIndexedIO.cpp:318–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316 }
317
318 void add( const IndexedIO::EntryID &s )
319 {
320 (void)find(s, false);
321 }
322
323 uint64_t size() const
324 {

Callers 3

addChildMethod · 0.45
addDataChildMethod · 0.45
IndexMethod · 0.45

Calls 1

findFunction · 0.85

Tested by

no test coverage detected