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

Function format

test/base-test.cc:305–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303 }
304
305 auto format(test_struct, format_context& ctx) const -> decltype(ctx.out()) {
306 return copy("test", ctx.out());
307 }
308};
309FMT_END_NAMESPACE
310

Callers 15

formatMethod · 0.70
ostream-test.ccFile · 0.70
TESTFunction · 0.70
formatMethod · 0.70
format_abstract_compilesFunction · 0.70
TESTFunction · 0.70
test_lengthFunction · 0.70
TESTFunction · 0.70
formatMethod · 0.70
formatMethod · 0.70
TESTFunction · 0.70
TESTFunction · 0.70

Calls 2

copyFunction · 0.70
outMethod · 0.45

Tested by

no test coverage detected