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

Method on_format_specs

extlibs/fmt/include/fmt/format.h:2667–2670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2665 FMT_CONSTEXPR void on_replacement_field(const Char*) {}
2666
2667 FMT_CONSTEXPR const Char* on_format_specs(const Char* begin, const Char*) {
2668 advance_to(context_, begin);
2669 return arg_id_ < num_args ? parse_funcs_[arg_id_](context_) : begin;
2670 }
2671
2672 FMT_CONSTEXPR void on_error(const char* message) {
2673 context_.on_error(message);

Callers

nothing calls this directly

Calls 1

advance_toFunction · 0.70

Tested by

no test coverage detected