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

Method save

src/IECore/CompoundData.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void CompoundData::save( IECore::Object::SaveContext *context ) const
56{
57 CompoundDataBase::save( context );
58}
59
60void CompoundData::load( IECore::Object::LoadContextPtr context )
61{

Callers 7

testLoadSaveMethod · 0.95
testOverwriteMethod · 0.95
testCompoundDataMethod · 0.95
testDataTypesMethod · 0.95
testMultipleRefMethod · 0.95
testSaveInCurrentDirMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected