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

Function IsRoadWay

generator/routing_helpers.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135bool IsRoadWay(feature::FeatureBuilder const & fb)
136{
137 return fb.IsLine() && IsRoad(fb.GetTypes());
138}
139} // namespace routing

Callers 1

CollectFeatureMethod · 0.85

Calls 3

IsRoadFunction · 0.85
IsLineMethod · 0.80
GetTypesMethod · 0.45

Tested by

no test coverage detected