MCPcopy Create free account
hub / github.com/comaps/comaps / IsBoarding

Function IsBoarding

libs/routing/index_graph.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35bool IsBoarding(bool prevIsFerry, bool nextIsFerry)
36{
37 return !prevIsFerry && nextIsFerry;
38}
39
40IndexGraph::IndexGraph(shared_ptr<Geometry> geometry, shared_ptr<EdgeEstimator> estimator,
41 RoutingOptions routingOptions, feature::RegionData const * regionData)

Callers 1

GetPenaltiesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected