MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / DirectShortestPathSearch

Method DirectShortestPathSearch

include/engine/routing_algorithms.hpp:172–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170
171template <routing_algorithms::RoutingAlgorithm Algorithm>
172InternalRouteResult RoutingAlgorithms<Algorithm>::DirectShortestPathSearch(
173 const PhantomEndpointCandidates &endpoint_candidates) const
174{
175 return routing_algorithms::directShortestPathSearch(heaps, *facade, endpoint_candidates);
176}
177
178template <routing_algorithms::RoutingAlgorithm Algorithm>
179inline routing_algorithms::SubMatchingList RoutingAlgorithms<Algorithm>::MapMatching(

Callers 1

HandleRequestMethod · 0.80

Calls 1

directShortestPathSearchFunction · 0.85

Tested by

no test coverage detected