MCPcopy 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
44void FilterConfiguration::Clear() {
45 _filters.clear();
46}
47
48bool FilterConfiguration::Save(PCWSTR path) {
49 IniFile file(path);

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected