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

Method GetWeightSure

libs/routing/cross_mwm_graph.cpp:169–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169RouteWeight CrossMwmGraph::GetWeightSure(Segment const & from, Segment const & to)
170{
171 ASSERT_EQUAL(from.GetMwmId(), to.GetMwmId(), ());
172 ASSERT(CrossMwmSectionExists(from.GetMwmId()), ());
173 return m_crossMwmIndexGraph.GetWeightSure(from, to);
174}
175
176// void CrossMwmGraph::Clear()
177//{

Callers 1

Calls 2

ASSERTFunction · 0.85
GetMwmIdMethod · 0.45

Tested by

no test coverage detected