Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catchorg/Catch2
/ getEnv
Function
getEnv
extras/catch_amalgamated.cpp:4518–4518 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4516
4517
#if !defined (CATCH_CONFIG_GETENV)
4518
char const* getEnv( char const* ) { return nullptr; }
4519
#else
4520
4521
char const* getEnv( char const* varName ) {
Callers
3
enableBazelEnvSupport
Function · 0.70
readBazelShardingOptions
Function · 0.70
readBazelEnvVars
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected