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

Method Add

WinArk/LocationManager.cpp:128–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void LocationManager::Add(CString const& name, CString const& path) {
129 _items.insert({ name,path });
130}
131
132void LocationManager::Clear() {
133 _items.clear();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected