MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / Clear

Method Clear

WinArk/LocationManager.cpp:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void LocationManager::Clear() {
133 _items.clear();
134}
135
136CString const& LocationManager::GetPathByName(CString const& name) const {
137 auto& path = _items.at(name);

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected