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

Method AreAllRoundaboutEqual

tools/openlr/score_paths_connector.cpp:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74 bool AreAllOneWaysEqual() const { return m_oneWay.m_allEqual; }
75 bool AreAllRoundaboutEqual() const { return m_roundabout.m_allEqual; }
76 bool AreAllLinksEqual() const { return m_link.m_allEqual; }
77
78private:

Callers 1

GetScoreForUniformityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected