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

Method SetTransitInfo

libs/routing/route.hpp:154–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 }
153
154 void SetTransitInfo(std::unique_ptr<TransitInfo> transitInfo) { m_transitInfo.Set(std::move(transitInfo)); }
155
156 Segment const & GetSegment() const { return m_segment; }
157 Segment & GetSegment() { return m_segment; }

Callers 1

RedressRouteMethod · 0.80

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected