Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
void Route::AddAbsentCountry(string const & name)
49
{
50
if (!name.empty())
51
m_absentCountries.insert(name);
52
}
53
54
double Route::GetTotalDistanceMeters() const
55
{
Callers
3
DoCalculateRoute
Method · 0.80
UNIT_TEST
Function · 0.80
CalculateRoute
Method · 0.80
Calls
2
empty
Method · 0.45
insert
Method · 0.45
Tested by
2
UNIT_TEST
Function · 0.64
CalculateRoute
Method · 0.64