Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ IsEnvVariablePresent
Function
IsEnvVariablePresent
src/OpenColorIO/Platform.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
bool IsEnvVariablePresent(const char * name)
41
{
42
return Platform::isEnvPresent(name);
43
}
44
45
namespace Platform
46
{
Callers
1
Create
Method · 0.85
Calls
1
isEnvPresent
Function · 0.85
Tested by
no test coverage detected