Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ validateconfig_enable
Function
validateconfig_enable
quest/src/core/validation.cpp:1184–1186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1182
static bool global_isValidationEnabled = true;
1183
1184
void validateconfig_enable() {
1185
global_isValidationEnabled = true;
1186
}
1187
void validateconfig_disable() {
1188
global_isValidationEnabled = false;
1189
}
Callers
1
setValidationOn
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected