MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / ~Guard

Method ~Guard

tests/cpu/Platform_tests.cpp:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 {
107 Guard() = default;
108 ~Guard()
109 {
110 OCIO::Platform::Unsetenv(U8("MY_DUMMY_ENV"));
111 OCIO::Platform::Unsetenv(U8("MY_WINDOWS_DUMMY_ENV"));
112 }
113 } guard;
114
115 {

Callers

nothing calls this directly

Calls 1

UnsetenvFunction · 0.85

Tested by

no test coverage detected