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

Method AreAllLinksEqual

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

Source from the content-addressed store, hash-verified

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:
79 struct Field

Callers 1

GetScoreForUniformityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected