Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
void UnsetEnvVariable(const char * name)
36
{
37
Platform::Unsetenv(name);
38
}
39
40
bool IsEnvVariablePresent(const char * name)
41
{
Callers
2
~DisableFallback
Method · 0.85
OCIO_ADD_TEST
Function · 0.85
Calls
1
Unsetenv
Function · 0.85
Tested by
2
~DisableFallback
Method · 0.68
OCIO_ADD_TEST
Function · 0.68