MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/MaterialX / getEnvironmentPath

Function getEnvironmentPath

source/MaterialXFormat/File.cpp:388–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388FileSearchPath getEnvironmentPath(const string& sep)
389{
390 string searchPathEnv = getEnviron(MATERIALX_SEARCH_PATH_ENV_VAR);
391 return FileSearchPath(searchPathEnv, sep);
392}
393
394MATERIALX_NAMESPACE_END

Callers 4

loadLibrariesFunction · 0.85
readFromXmlBufferFunction · 0.85
readFromXmlStreamFunction · 0.85
readFromXmlFileFunction · 0.85

Calls 2

getEnvironFunction · 0.85
FileSearchPathFunction · 0.85

Tested by

no test coverage detected