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

Method GetReverseDuration

include/engine/phantom_node.hpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 }
78
79 EdgeDuration GetReverseDuration() const
80 {
81 BOOST_ASSERT(reverse_segment_id.enabled);
82 return reverse_duration + reverse_duration_offset;
83 }
84
85 // DO THIS FOR DISTANCE
86

Callers 3

oneToManySearchFunction · 0.80
insertSourceInHeapFunction · 0.80
insertTargetInHeapFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected