Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ getMaxNumTestedSuperoperatorTargets
Function
getMaxNumTestedSuperoperatorTargets
tests/utils/config.cpp:60–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
int getMaxNumTestedSuperoperatorTargets() {
61
62
static int value = getIntEnvVarValueOrDefault(
"TEST_MAX_NUM_SUPEROP_TARGETS"
, 4);
63
return value;
64
}
65
66
int getNumTestedMixedDeploymentRepetitions() {
67
Callers
2
testRunStarting
Method · 0.85
SECTION
Function · 0.85
Calls
1
getIntEnvVarValueOrDefault
Function · 0.85
Tested by
no test coverage detected