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

Method on_arg_id

extlibs/fmt/include/fmt/format.h:2652–2655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2650 FMT_CONSTEXPR void on_text(const Char*, const Char*) {}
2651
2652 FMT_CONSTEXPR void on_arg_id() {
2653 arg_id_ = context_.next_arg_id();
2654 check_arg_id();
2655 }
2656 FMT_CONSTEXPR void on_arg_id(int id) {
2657 arg_id_ = id;
2658 context_.check_arg_id(id);

Callers

nothing calls this directly

Calls 3

on_errorFunction · 0.85
next_arg_idMethod · 0.80
check_arg_idMethod · 0.45

Tested by

no test coverage detected