Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
902
void RoutingManager::SetLastUsedRouter(RouterType type)
903
{
904
settings::Set(kRouterTypeKey, ToString(type));
905
}
906
907
void RoutingManager::HideRoutePoint(RouteMarkType type, size_t intermediateIndex)
908
{
Callers
nothing calls this directly
Calls
2
ToString
Function · 0.70
Set
Function · 0.50
Tested by
no test coverage detected