Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fmtlib/fmt
/ on_error
Method
on_error
include/fmt/format.h:3828–3828 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3826
}
3827
3828
FMT_NORETURN void on_error(const char* message) { report_error(message); }
3829
};
3830
3831
// It is used in format-inl.h and os.cc.
Callers
2
parse_replacement_field
Function · 0.45
parse_format_string
Function · 0.45
Calls
1
report_error
Function · 0.85
Tested by
no test coverage detected