Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ on_arg_id
Method
on_arg_id
extlibs/fmt/include/fmt/format.h:3161–3161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3159
void get_arg(int id) { arg = internal::get_arg(context, id); }
3160
3161
void on_arg_id() { get_arg(parse_context.next_arg_id()); }
3162
void on_arg_id(int id) {
3163
parse_context.check_arg_id(id);
3164
get_arg(id);
Callers
2
operator()
Method · 0.45
parse_format_string
Function · 0.45
Calls
3
next_arg_id
Method · 0.80
check_arg_id
Method · 0.45
arg
Method · 0.45
Tested by
no test coverage detected