MCPcopy 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
113void TransitWorldGraph::ClearCachedGraphs()
114{
115 m_indexLoader->Clear();
116 m_transitLoader->Clear();
117}
118
119RouteWeight TransitWorldGraph::HeuristicCostEstimate(ms::LatLon const & from, ms::LatLon const & to)
120{

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected