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

Method IsValidReverseTarget

include/engine/phantom_node.hpp:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 return reverse_segment_id.enabled && is_valid_reverse_source;
143 }
144 bool IsValidReverseTarget() const
145 {
146 return reverse_segment_id.enabled && is_valid_reverse_target;
147 }
148 short GetBearing(const bool traversed_in_reverse) const
149 {
150 if (traversed_in_reverse)

Callers 9

requiresBackwardForceFunction · 0.80
oneToManySearchFunction · 0.80
insertTargetInHeapFunction · 0.80
searchWithUTurnFunction · 0.80
searchFunction · 0.80
addSearchResultMethod · 0.80
getNetworkDistanceFunction · 0.80

Calls

no outgoing calls

Tested by 4

searchWithUTurnFunction · 0.64
searchFunction · 0.64
addSearchResultMethod · 0.64