Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ getWhetherToTestAllDeployments
Function
getWhetherToTestAllDeployments
tests/utils/config.cpp:72–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
bool getWhetherToTestAllDeployments() {
73
74
static bool value = getIntEnvVarValueOrDefault(
"TEST_ALL_DEPLOYMENTS"
, 1);
75
return value;
76
}
Callers
2
testRunStarting
Method · 0.85
getSupportedDeployments
Function · 0.85
Calls
1
getIntEnvVarValueOrDefault
Function · 0.85
Tested by
no test coverage detected