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

Method EndEdges

include/util/dynamic_graph.hpp:256–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254 }
255
256 EdgeIterator EndEdges(const NodeIterator n) const
257 {
258 return EdgeIterator(node_array[n].first_edge + node_array[n].edges);
259 }
260
261 EdgeRange GetAdjacentEdgeRange(const NodeIterator node) const
262 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected