Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
bool IsRoadWay(feature::FeatureBuilder const & fb)
136
{
137
return fb.IsLine() && IsRoad(fb.GetTypes());
138
}
139
} // namespace routing
Callers
1
CollectFeature
Method · 0.85
Calls
3
IsRoad
Function · 0.85
IsLine
Method · 0.80
GetTypes
Method · 0.45
Tested by
no test coverage detected