MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / getAppDataPath

Method getAppDataPath

src/Properties.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122std::string Properties::getAppDataPath() const {
123 base::MutexLock lock(_mutex);
124 return _appdataPath;
125}
126
127std::string Properties::getWebPath() const {
128 base::MutexLock lock(_mutex);

Callers 1

SatPIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected