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

Method GetForwardDuration

include/engine/phantom_node.hpp:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 EdgeDuration GetForwardDuration() const
74 {
75 BOOST_ASSERT(forward_segment_id.enabled);
76 return forward_duration + forward_duration_offset;
77 }
78
79 EdgeDuration GetReverseDuration() const
80 {

Callers 3

oneToManySearchFunction · 0.80
insertSourceInHeapFunction · 0.80
insertTargetInHeapFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected