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

Method GetTarget

include/util/static_graph.hpp:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 unsigned GetOutDegree(const NodeIterator n) const { return EndEdges(n) - BeginEdges(n); }
155
156 inline NodeIterator GetTarget(const EdgeIterator e) const
157 {
158 return NodeIterator(edge_array[e].target);
159 }
160
161 auto &GetEdgeData(const EdgeIterator e) { return edge_array[e].data; }
162

Callers 7

toEdgesFunction · 0.45
RelaxNodeMethod · 0.45
CellStorageImplMethod · 0.45
graphToEdgesFunction · 0.45
isUndirectedGraphFunction · 0.45
RunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected