Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
};
309
FMT_END_NAMESPACE
310
Callers
15
format
Method · 0.70
ostream-test.cc
File · 0.70
TEST
Function · 0.70
format
Method · 0.70
format_abstract_compiles
Function · 0.70
TEST
Function · 0.70
test_length
Function · 0.70
TEST
Function · 0.70
format
Method · 0.70
format
Method · 0.70
TEST
Function · 0.70
TEST
Function · 0.70
Calls
2
copy
Function · 0.70
out
Method · 0.45
Tested by
no test coverage detected