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

Method FreeHandles

libs/routing/data_source.hpp:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 {}
51
52 void FreeHandles()
53 {
54 m_featureSources.Clear();
55 m_handles.clear();
56 m_handles2.clear();
57 }
58
59 bool IsLoaded(platform::CountryFile const & file) const { return m_dataSource.IsLoaded(file); }
60

Callers 1

ClearStateMethod · 0.80

Calls 2

ClearMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected