MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / env

Function env

src/OSspecific/POSIX/POSIX.C:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97
98bool Foam::env(const word& envName)
99{
100 return ::getenv(envName.c_str()) != nullptr;
101}
102
103
104Foam::string Foam::getEnv(const word& envName)

Callers 4

mainFunction · 0.85
sigFpe.CFile · 0.85
setFunction · 0.85
error.CFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected