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

Method start

src/extractor/restriction_graph.cpp:117–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 static std::string name() { return "transfer builder"; };
116
117 void start(NodeID from, NodeID to) { cur_node = getOrInsertStartNode(rg, from, to); }
118
119 void next_suffixes(NodeID from, NodeID to)
120 {

Callers

nothing calls this directly

Calls 1

getOrInsertStartNodeFunction · 0.85

Tested by

no test coverage detected