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

Method GetPath

WinArk/LocationManager.cpp:141–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141PCWSTR LocationManager::GetPath(PCWSTR path) const {
142 if (path == nullptr || *path == 0)
143 path = _path;
144
145 _path = path;
146 if (path == nullptr || *path == 0)
147 return nullptr;
148
149 return path;
150}

Callers 5

OnTreeEndEditMethod · 0.80
OnListEndEditMethod · 0.80
OnEditDeleteMethod · 0.80
ShowValuePropertiesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected