MCPcopy 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
50bool TrafficStash::Has(NumMwmId numMwmId) const
51{
52 return m_mwmToTraffic.find(numMwmId) != m_mwmToTraffic.cend();
53}
54
55void TrafficStash::CopyTraffic()
56{

Callers 9

LoadMethod · 0.45
GetMethod · 0.45
GetRoadPenaltyDataMethod · 0.45
UNIT_CLASS_TESTFunction · 0.45
CheckerFunction · 0.45
IsBicycleBidirMethod · 0.45
IsBicycleOnedirMethod · 0.45
IsOneWayMethod · 0.45

Calls 2

findMethod · 0.45
cendMethod · 0.45

Tested by 2

UNIT_CLASS_TESTFunction · 0.36
CheckerFunction · 0.36