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

Function LoadLanes

libs/routing/directions_engine.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void LoadLanes(LoadedPathSegment & pathSegment, FeatureType & ft, bool isForward)
52{
53 auto tag = GetLanesMetadataTag(ft, isForward);
54 pathSegment.m_lanes = lanes::ParseLanes(ft.GetMetadata(tag));
55}
56} // namespace
57
58DirectionsEngine::DirectionsEngine(MwmDataSource & dataSource, std::shared_ptr<NumMwmIds> numMwmIds)

Callers 1

LoadPathAttributesMethod · 0.85

Calls 3

GetLanesMetadataTagFunction · 0.85
ParseLanesFunction · 0.85
GetMetadataMethod · 0.45

Tested by

no test coverage detected