MCPcopy 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
10void EventsConfiguration::Clear() {
11 _categories.clear();
12}
13
14const std::vector<EventConfigCategory>& EventsConfiguration::GetCategories() const {
15 return _categories;

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected