Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ OnTrafficInfoClear
Method
OnTrafficInfoClear
libs/routing/routing_session.cpp:881–886 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
879
}
880
881
void RoutingSession::OnTrafficInfoClear()
882
{
883
CHECK_THREAD_CHECKER(m_threadChecker, ());
884
Clear();
885
RebuildRouteOnTrafficUpdate();
886
}
887
888
void RoutingSession::OnTrafficInfoAdded(TrafficInfo && info)
889
{
Callers
1
SetEnabled
Method · 0.80
Calls
1
Clear
Function · 0.85
Tested by
no test coverage detected