MCPcopy Create free account
hub / github.com/comaps/comaps / DebugPrint

Function DebugPrint

libs/base/src_point.cpp:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23std::string DebugPrint(SrcPoint const & srcPoint)
24{
25 std::ostringstream out;
26 if (srcPoint.Line() > 0)
27 out << srcPoint.FileName() << ":" << srcPoint.Line() << " " << srcPoint.Function() << srcPoint.Postfix() << ": ";
28 return out.str();
29}
30} // namespace base

Callers

nothing calls this directly

Calls 4

FileNameMethod · 0.80
FunctionMethod · 0.80
PostfixMethod · 0.80
LineMethod · 0.45

Tested by

no test coverage detected