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

Function DebugPrint

libs/routing/checkpoints.cpp:56–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56std::string DebugPrint(Checkpoints const & checkpoints)
57{
58 std::ostringstream out;
59 out << "Checkpoints(";
60 for (auto const & pt : checkpoints.GetPoints())
61 out << DebugPrint(mercator::ToLatLon(pt)) << "; ";
62 out << "passed: " << checkpoints.GetPassedIdx() << ")";
63 return out.str();
64}
65} // namespace routing

Callers

nothing calls this directly

Calls 2

GetPassedIdxMethod · 0.80
ToLatLonFunction · 0.50

Tested by

no test coverage detected