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

Function DebugPrint

generator/restriction_writer.cpp:208–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208std::string DebugPrint(RestrictionWriter::ViaType const & type)
209{
210 switch (type)
211 {
212 case RestrictionWriter::ViaType::Node: return RestrictionWriter::kNodeString;
213 case RestrictionWriter::ViaType::Way: return RestrictionWriter::kWayString;
214 case RestrictionWriter::ViaType::Count: UNREACHABLE();
215 }
216 UNREACHABLE();
217}
218} // namespace routing_builder

Callers 1

CollectRelationMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected