MCPcopy Create free account
hub / github.com/comaps/comaps / AddAbsentCountry

Method AddAbsentCountry

libs/routing/route.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46{}
47
48void Route::AddAbsentCountry(string const & name)
49{
50 if (!name.empty())
51 m_absentCountries.insert(name);
52}
53
54double Route::GetTotalDistanceMeters() const
55{

Callers 3

DoCalculateRouteMethod · 0.80
UNIT_TESTFunction · 0.80
CalculateRouteMethod · 0.80

Calls 2

emptyMethod · 0.45
insertMethod · 0.45

Tested by 2

UNIT_TESTFunction · 0.64
CalculateRouteMethod · 0.64