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

Method Set

libs/routing/transit_info.hpp:227–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 }
226
227 void Set(std::unique_ptr<TransitInfo> ptr) { m_ptr = std::move(ptr); }
228
229private:
230 std::unique_ptr<TransitInfo> m_ptr;

Callers 3

MatchLocationToRouteMethod · 0.45
CreateHeaderMethod · 0.45
SetTransitInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected