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

Method IsValidForwardTarget

include/engine/phantom_node.hpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;
139 }
140 bool IsValidReverseSource() const
141 {
142 return reverse_segment_id.enabled && is_valid_reverse_source;

Callers 9

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