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

Method Processor

tools/feature_list/feature_list.cpp:184–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182
183public:
184 explicit Processor(DataSource const & dataSource)
185 : m_geocoder(dataSource)
186 , m_boundariesTable(dataSource)
187 , m_villagesCache(m_cancellable)
188 , m_finder(dataSource, m_boundariesTable, m_villagesCache)
189 {
190 m_boundariesTable.Load();
191 }
192
193 void ClearCache() { m_villagesCache.Clear(); }
194

Callers

nothing calls this directly

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected