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