MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / getNumTestedMixedDeploymentRepetitions

Function getNumTestedMixedDeploymentRepetitions

tests/utils/config.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66int getNumTestedMixedDeploymentRepetitions() {
67
68 static int value = getIntEnvVarValueOrDefault("TEST_NUM_MIXED_DEPLOYMENT_REPETITIONS", 10);
69 return value;
70}
71
72bool getWhetherToTestAllDeployments() {
73

Callers 4

testRunStartingMethod · 0.85
SECTIONFunction · 0.85
SECTIONFunction · 0.85
SECTIONFunction · 0.85

Calls 1

Tested by

no test coverage detected