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

Method on_text

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

Source from the content-addressed store, hash-verified

3786 buffered_context<Char> ctx;
3787
3788 void on_text(const Char* begin, const Char* end) {
3789 copy_noinline<Char>(begin, end, ctx.out());
3790 }
3791
3792 FMT_CONSTEXPR auto on_arg_id() -> int { return parse_ctx.next_arg_id(); }
3793 FMT_CONSTEXPR auto on_arg_id(int id) -> int {

Callers

nothing calls this directly

Calls 1

outMethod · 0.45

Tested by

no test coverage detected