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

Function setValidationOn

quest/src/api/debug.cpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void setValidationOn() {
81 validate_envIsInit(__func__);
82
83 validateconfig_enable();
84}
85
86void setValidationOff() {
87 validate_envIsInit(__func__);

Callers 3

SECTIONFunction · 0.85
debug.cppFile · 0.85

Calls 2

validate_envIsInitFunction · 0.85
validateconfig_enableFunction · 0.85

Tested by

no test coverage detected