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

Method IsValidForwardSource

include/engine/phantom_node.hpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 bool IsValid() const { return location.IsValid(); }
131
132 bool IsValidForwardSource() const
133 {
134 return forward_segment_id.enabled && is_valid_forward_source;
135 }
136 bool IsValidForwardTarget() const
137 {
138 return forward_segment_id.enabled && is_valid_forward_target;

Callers 9

requiresForwardForceFunction · 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