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

Method start

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

Source from the content-addressed store, hash-verified

77 static std::string name() { return "path builder"; };
78
79 void start(NodeID from, NodeID to) { cur_node = getOrInsertStartNode(rg, from, to); }
80
81 void next(NodeID from, NodeID to)
82 {

Callers 1

buildGraphFunction · 0.45

Calls 1

getOrInsertStartNodeFunction · 0.85

Tested by

no test coverage detected