MCPcopy 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
60int getMaxNumTestedSuperoperatorTargets() {
61
62 static int value = getIntEnvVarValueOrDefault("TEST_MAX_NUM_SUPEROP_TARGETS", 4);
63 return value;
64}
65
66int getNumTestedMixedDeploymentRepetitions() {
67

Callers 2

testRunStartingMethod · 0.85
SECTIONFunction · 0.85

Calls 1

Tested by

no test coverage detected