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

Method rawContainer

src/IECore/Object.cpp:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174IndexedIO *Object::SaveContext::rawContainer()
175{
176 return m_ioInterface.get();
177}
178
179void Object::SaveContext::save( const Object *toSave, IndexedIO *container, const IndexedIO::EntryID &name )
180{

Callers 6

saveMethod · 0.80
loadMethod · 0.80
saveMethod · 0.80
loadMethod · 0.80
saveMethod · 0.80
loadMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected