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

Function DefaultRouterIndex

qt/routing_settings_dialog.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26std::string const kRouterTypeCachedSettings = "router_type_desktop";
27
28int constexpr DefaultRouterIndex()
29{
30 // Car router by default.
31 return static_cast<int>(routing::RouterType::Vehicle);
32}
33} // namespace
34
35// static

Callers 2

LoadSessionMethod · 0.85
LoadSettingsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected