MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / UnsetEnvVariable

Function UnsetEnvVariable

src/OpenColorIO/Platform.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void UnsetEnvVariable(const char * name)
36{
37 Platform::Unsetenv(name);
38}
39
40bool IsEnvVariablePresent(const char * name)
41{

Callers 2

~DisableFallbackMethod · 0.85
OCIO_ADD_TESTFunction · 0.85

Calls 1

UnsetenvFunction · 0.85

Tested by 2

~DisableFallbackMethod · 0.68
OCIO_ADD_TESTFunction · 0.68