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

Method From

include/extractor/turn_path.hpp:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 OSMWayID From() const
74 {
75 return node_or_way.index() == TurnPathType::VIA_NODE_TURN_PATH
76 ? std::get<InputViaNodePath>(node_or_way).from
77 : std::get<InputViaWayPath>(node_or_way).from;
78 }
79
80 OSMWayID To() const
81 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected