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

Function DebugPrint

generator/generator_tests/restriction_test.cpp:79–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77};
78
79string DebugPrint(RestrictionUTurnForTests const & r)
80{
81 std::ostringstream ss;
82 ss << "[" << DebugPrint(r.m_type) << "]: "
83 << "feature: " << r.m_featureId << ", "
84 << "isFirstPoint: " << r.m_viaIsFirstPoint;
85
86 return ss.str();
87}
88
89void BuildEmptyMwm(LocalCountryFile & country)
90{

Callers 2

UNIT_TESTFunction · 0.70
generator_tool.cppFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected