MCPcopy 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
6083void 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

mainFunction · 0.80
PyConfig.cppFile · 0.80
OCIO_ADD_TESTFunction · 0.80

Calls 2

archiveConfigFunction · 0.85
getWorkingDirMethod · 0.45

Tested by 2

OCIO_ADD_TESTFunction · 0.64