Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ isEnvPresent
Function
isEnvPresent
src/OpenColorIO/Platform.cpp:144–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
bool isEnvPresent(const char * name)
145
{
146
if (!name || !*name)
147
{
148
return false;
149
}
150
151
std::string value;
152
return Getenv(name, value);
153
}
154
155
int Strcasecmp(const char * str1, const char * str2)
156
{
Callers
5
GenericCache
Method · 0.85
ProcessorCache
Method · 0.85
IsEnvVariablePresent
Function · 0.85
getProcessor
Method · 0.85
OCIO_ADD_TEST
Function · 0.85
Calls
1
Getenv
Function · 0.85
Tested by
1
OCIO_ADD_TEST
Function · 0.68