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

Function setInputErrorHandler

quest/src/api/debug.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 */
73
74void setInputErrorHandler(void (*callback)(const char*, const char*)) {
75 validate_envIsInit(__func__);
76
77 validateconfig_setErrorHandler(callback);
78}
79
80void setValidationOn() {
81 validate_envIsInit(__func__);

Callers 4

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 2

validate_envIsInitFunction · 0.85

Tested by 1

mainFunction · 0.68