MCPcopy 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
40bool IsEnvVariablePresent(const char * name)
41{
42 return Platform::isEnvPresent(name);
43}
44
45namespace Platform
46{

Callers 1

CreateMethod · 0.85

Calls 1

isEnvPresentFunction · 0.85

Tested by

no test coverage detected