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

Method UpdateProgressImpl

libs/routing/base/astar_progress.cpp:125–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125double AStarProgress::UpdateProgressImpl(ListItem subProgress, ms::LatLon const & current, ms::LatLon const & end)
126{
127 if (std::next(subProgress) != m_subProgresses.end())
128 return subProgress->UpdateProgress(UpdateProgressImpl(std::next(subProgress), current, end));
129
130 return subProgress->UpdateProgress(current, end);
131}
132} // namespace routing

Callers

nothing calls this directly

Calls 2

UpdateProgressMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected