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

Function DebugPrint

libs/search/ranking_utils.cpp:60–66  ·  view source on GitHub ↗

ErrorsMade --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

58
59// ErrorsMade --------------------------------------------------------------------------------------
60string DebugPrint(ErrorsMade const & errorsMade)
61{
62 if (errorsMade.IsValid())
63 return std::to_string(errorsMade.m_errorsMade);
64 else
65 return "Invalid";
66}
67
68namespace impl
69{

Callers

nothing calls this directly

Calls 2

to_stringFunction · 0.85
IsValidMethod · 0.45

Tested by

no test coverage detected