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

Method Clear

libs/search/geocoder.hpp:159–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 struct Postcodes
158 {
159 void Clear()
160 {
161 m_tokenRange.Clear();
162 m_countryFeatures.Reset();
163 m_worldFeatures.Reset();
164 }
165
166 bool Has(uint32_t id, bool searchWorld = false) const
167 {

Callers

nothing calls this directly

Calls 1

ResetMethod · 0.45

Tested by

no test coverage detected