Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ archive
Method
archive
src/OpenColorIO/Config.cpp:6083–6087 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6081
}
6082
6083
void Config::archive(std::ostream & ostream) const
6084
{
6085
// Using utility functions in OCIOZArchive.cpp.
6086
archiveConfig(ostream, *this, getCurrentContext()->getWorkingDir());
6087
}
6088
6089
} // namespace OCIO_NAMESPACE
Callers
4
main
Function · 0.80
PyConfig.cpp
File · 0.80
test_archive_config_and_compare_to_original
Method · 0.80
OCIO_ADD_TEST
Function · 0.80
Calls
2
archiveConfig
Function · 0.85
getWorkingDir
Method · 0.45
Tested by
2
test_archive_config_and_compare_to_original
Method · 0.64
OCIO_ADD_TEST
Function · 0.64