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

Function ParentOf

libs/storage/storage_tests/storage_tests.cpp:216–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 ]})");
215
216bool ParentOf(Storage const & storage, string const & parent, string const & country)
217{
218 Country const c = storage.CountryByCountryId(country);
219 return c.GetParent() == parent;
220}
221
222// This class checks steps Storage::DownloadMap() performs to download a map.
223class CountryDownloaderChecker

Callers 1

UNIT_TESTFunction · 0.85

Calls 1

GetParentMethod · 0.45

Tested by

no test coverage detected