Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
void QuerySaver::Clear()
98
{
99
m_topQueries.clear();
100
settings::Delete(kSettingsKey);
101
}
102
103
void QuerySaver::Serialize(string & data) const
104
{
Callers
nothing calls this directly
Calls
2
Delete
Function · 0.85
clear
Method · 0.45
Tested by
no test coverage detected