Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ Clear
Method
Clear
WinArk/FilterConfiguration.cpp:44–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
void FilterConfiguration::Clear() {
45
_filters.clear();
46
}
47
48
bool FilterConfiguration::Save(PCWSTR path) {
49
IniFile file(path);
Callers
nothing calls this directly
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected