Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ ClearCachedGraphs
Method
ClearCachedGraphs
libs/routing/transit_world_graph.cpp:113–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
void TransitWorldGraph::ClearCachedGraphs()
114
{
115
m_indexLoader->Clear();
116
m_transitLoader->Clear();
117
}
118
119
RouteWeight TransitWorldGraph::HeuristicCostEstimate(ms::LatLon const & from, ms::LatLon const & to)
120
{
Callers
nothing calls this directly
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected