Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
98
bool Foam::env(const word& envName)
99
{
100
return ::getenv(envName.c_str()) != nullptr;
101
}
102
103
104
Foam::string Foam::getEnv(const word& envName)
Callers
4
main
Function · 0.85
sigFpe.C
File · 0.85
set
Function · 0.85
error.C
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected