MCPcopy Create free account
hub / github.com/Simple-Robotics/aligator / warning_impl

Function warning_impl

src/utils/exceptions.cpp:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace aligator {
5namespace detail {
6void warning_impl(const char *loc, const char *fun, fmt::string_view fstr,
7 fmt::format_args args) {
8 const auto ts = fmt::fg(fmt::color::yellow);
9 fmt::print(ts, "[Warning] {:s}: {:s}: {}", loc, fun,
10 fmt::vformat(fstr, args));
11}
12
13std::string exception_msg_impl(const char *filename, int lineno,
14 fmt::string_view fstr, fmt::format_args args) {

Callers 1

warning_callFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected