Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ Clear
Method
Clear
WinArk/EventConfiguration.cpp:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
}
9
10
void EventsConfiguration::Clear() {
11
_categories.clear();
12
}
13
14
const std::vector<EventConfigCategory>& EventsConfiguration::GetCategories() const {
15
return _categories;
Callers
nothing calls this directly
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected