MCPcopy 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

enableBazelEnvSupportFunction · 0.70
readBazelShardingOptionsFunction · 0.70
readBazelEnvVarsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected