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

Method format_handler

extlibs/fmt/include/fmt/format.h:3146–3149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3144 using range = typename ArgFormatter::range;
3145
3146 format_handler(range r, basic_string_view<Char> str,
3147 basic_format_args<Context> format_args,
3148 internal::locale_ref loc)
3149 : parse_context(str), context(r.begin(), format_args, loc) {}
3150
3151 void on_text(const Char* begin, const Char* end) {
3152 auto size = internal::to_unsigned(end - begin);

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected