Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
void setValidationOn() {
81
validate_envIsInit(__func__);
82
83
validateconfig_enable();
84
}
85
86
void setValidationOff() {
87
validate_envIsInit(__func__);
Callers
3
SECTION
Function · 0.85
debug.cpp
File · 0.85
test_calculations.cpp
File · 0.85
Calls
2
validate_envIsInit
Function · 0.85
validateconfig_enable
Function · 0.85
Tested by
no test coverage detected