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

Method format

test/format-test.cc:2614–2618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2612const incomplete_type& external_instance = {};
2613
2614auto fmt::formatter<incomplete_type>::format(const incomplete_type&,
2615 fmt::context& ctx) const
2616 -> fmt::appender {
2617 return formatter<int>::format(42, ctx);
2618}

Callers 6

TESTFunction · 0.45
print_singletonsFunction · 0.45
print_normalFunction · 0.45
mainFunction · 0.45
release.pyFile · 0.45
__init__Method · 0.45

Calls 1

formatFunction · 0.70

Tested by

no test coverage detected