Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
void CompoundData::save( IECore::Object::SaveContext *context ) const
56
{
57
CompoundDataBase::save( context );
58
}
59
60
void CompoundData::load( IECore::Object::LoadContextPtr context )
61
{
Callers
7
testLoadSave
Method · 0.95
testOverwrite
Method · 0.95
testCompoundData
Method · 0.95
testDataTypes
Method · 0.95
testMultipleRef
Method · 0.95
testSaveInCurrentDir
Method · 0.95
testSlashesInRepeatedData
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected