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

Function error_handler

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

Source from the content-addressed store, hash-verified

1292 format_arg arg(basic_string_view<char_type> name);
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.

Callers 2

operator()Method · 0.70
on_errorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected