MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / on_error

Function on_error

extlibs/fmt/include/fmt/core.h:1295–1295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1293
1294 internal::error_handler error_handler() { return {}; }
1295 void on_error(const char* message) { error_handler().on_error(message); }
1296
1297 // Returns an iterator to the beginning of the output range.
1298 iterator out() { return out_; }

Callers 12

on_errorMethod · 0.85
on_arg_idMethod · 0.85
on_format_specsMethod · 0.85
formatMethod · 0.85
next_arg_idMethod · 0.85
check_arg_idMethod · 0.85
on_errorMethod · 0.85
on_format_specsMethod · 0.85
dumpMethod · 0.85
dumpFunction · 0.85
safe_scriptMethod · 0.85
safe_script_fileMethod · 0.85

Calls 2

error_handlerFunction · 0.70
on_errorMethod · 0.45

Tested by

no test coverage detected