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

Method Clear

libs/search/query_saver.cpp:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void QuerySaver::Clear()
98{
99 m_topQueries.clear();
100 settings::Delete(kSettingsKey);
101}
102
103void QuerySaver::Serialize(string & data) const
104{

Callers

nothing calls this directly

Calls 2

DeleteFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected