Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
std::string Properties::getAppDataPath() const {
123
base::MutexLock lock(_mutex);
124
return _appdataPath;
125
}
126
127
std::string Properties::getWebPath() const {
128
base::MutexLock lock(_mutex);
Callers
1
SatPI
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected