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

Method SetLastUsedRouter

libs/map/routing_manager.cpp:902–905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

900}
901
902void RoutingManager::SetLastUsedRouter(RouterType type)
903{
904 settings::Set(kRouterTypeKey, ToString(type));
905}
906
907void RoutingManager::HideRoutePoint(RouteMarkType type, size_t intermediateIndex)
908{

Callers

nothing calls this directly

Calls 2

ToStringFunction · 0.70
SetFunction · 0.50

Tested by

no test coverage detected