MCPcopy 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

1182static bool global_isValidationEnabled = true;
1183
1184void validateconfig_enable() {
1185 global_isValidationEnabled = true;
1186}
1187void validateconfig_disable() {
1188 global_isValidationEnabled = false;
1189}

Callers 1

setValidationOnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected