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

Function arg

extlibs/fmt/include/fmt/core.h:1288–1288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1286 : out_(out), args_(ctx_args), loc_(loc) {}
1287
1288 format_arg arg(int id) const { return args_.get(id); }
1289
1290 // Checks if manual indexing is used and returns the argument with the
1291 // specified name.

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected