Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fmtlib/fmt
/ format_as
Function
format_as
test/std-test.cc:195–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
two,
194
};
195
auto format_as(my_number number) -> fmt::string_view {
196
return number == my_number::one ?
"first"
:
"second"
;
197
}
198
199
class my_class {
200
public:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected