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

Method on_text

extlibs/fmt/include/fmt/compile.h:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 parse_context_(format_str) {}
113
114 FMT_CONSTEXPR void on_text(const Char* begin, const Char* end) {
115 if (begin != end)
116 handler_(part::make_text({begin, to_unsigned(end - begin)}));
117 }
118
119 FMT_CONSTEXPR void on_arg_id() {
120 part_ = part::make_arg_index(parse_context_.next_arg_id());

Callers

nothing calls this directly

Calls 1

make_textFunction · 0.85

Tested by

no test coverage detected