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

Method IsValidReverseSource

include/engine/phantom_node.hpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 return forward_segment_id.enabled && is_valid_forward_target;
139 }
140 bool IsValidReverseSource() const
141 {
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;

Callers 9

requiresBackwardForceFunction · 0.80
oneToManySearchFunction · 0.80
insertSourceInHeapFunction · 0.80
searchWithUTurnFunction · 0.80
searchFunction · 0.80
getLegConnectionsFunction · 0.80
route_stateMethod · 0.80
getNetworkDistanceFunction · 0.80

Calls

no outgoing calls

Tested by 4

searchWithUTurnFunction · 0.64
searchFunction · 0.64
getLegConnectionsFunction · 0.64
route_stateMethod · 0.64