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

Method LoadCitiesBoundaries

libs/search/processor.cpp:307–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307void Processor::LoadCitiesBoundaries()
308{
309 if (m_citiesBoundaries.Load())
310 LOG(LINFO, ("Loaded cities boundaries"));
311 else
312 LOG(LWARNING, ("Can't load cities boundaries"));
313}
314
315void Processor::LoadCountriesTree()
316{

Callers

nothing calls this directly

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected