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

Function exception_msg_impl

src/utils/exceptions.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13std::string exception_msg_impl(const char *filename, int lineno,
14 fmt::string_view fstr, fmt::format_args args) {
15 return fmt::format("{:s}({:d}): {}", filename, lineno,
16 fmt::vformat(fstr, args));
17}
18} // namespace detail
19} // namespace aligator

Callers 1

exception_msgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected