MCPcopy Create free account
hub / github.com/fmtlib/fmt / on_error

Method on_error

include/fmt/format.h:3828–3828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3826 }
3827
3828 FMT_NORETURN void on_error(const char* message) { report_error(message); }
3829};
3830
3831// It is used in format-inl.h and os.cc.

Callers 2

parse_replacement_fieldFunction · 0.45
parse_format_stringFunction · 0.45

Calls 1

report_errorFunction · 0.85

Tested by

no test coverage detected