MCPcopy 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
881void RoutingSession::OnTrafficInfoClear()
882{
883 CHECK_THREAD_CHECKER(m_threadChecker, ());
884 Clear();
885 RebuildRouteOnTrafficUpdate();
886}
887
888void RoutingSession::OnTrafficInfoAdded(TrafficInfo && info)
889{

Callers 1

SetEnabledMethod · 0.80

Calls 1

ClearFunction · 0.85

Tested by

no test coverage detected