Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
132
void LocationManager::Clear() {
133
_items.clear();
134
}
135
136
CString const& LocationManager::GetPathByName(CString const& name) const {
137
auto& path = _items.at(name);
Callers
nothing calls this directly
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected