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

Method GetEdgeCapacity

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

Source from the content-addressed store, hash-verified

224
225 unsigned GetNumberOfEdges() const { return number_of_edges; }
226 auto GetEdgeCapacity() const { return edge_list.size(); }
227
228 unsigned GetOutDegree(const NodeIterator n) const { return node_array[n].edges; }
229

Callers 1

LabelEdgeBasedNodesMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected