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

Method on_error

source/extern/fmt/core.h:654–656  ·  view source on GitHub ↗

This function is intentionally not constexpr to give a compile-time error.

Source from the content-addressed store, hash-verified

652
653 // This function is intentionally not constexpr to give a compile-time error.
654 FMT_NORETURN void on_error(const char* message) {
655 throw_format_error(message);
656 }
657};
658} // namespace detail
659

Callers 5

get_argMethod · 0.45
on_errorMethod · 0.45
parse_replacement_fieldFunction · 0.45
parse_format_stringFunction · 0.45
operator()Method · 0.45

Calls 1

throw_format_errorFunction · 0.85

Tested by

no test coverage detected