Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Has
Method
Has
libs/routing/traffic_stash.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
bool TrafficStash::Has(NumMwmId numMwmId) const
51
{
52
return m_mwmToTraffic.find(numMwmId) != m_mwmToTraffic.cend();
53
}
54
55
void TrafficStash::CopyTraffic()
56
{
Callers
9
CollectFeaturesAlongRoute
Method · 0.45
Load
Method · 0.45
Get
Method · 0.45
GetRoadPenaltyData
Method · 0.45
UNIT_CLASS_TEST
Function · 0.45
Checker
Function · 0.45
IsBicycleBidir
Method · 0.45
IsBicycleOnedir
Method · 0.45
IsOneWay
Method · 0.45
Calls
2
find
Method · 0.45
cend
Method · 0.45
Tested by
2
UNIT_CLASS_TEST
Function · 0.36
Checker
Function · 0.36