Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Barracuda09/SATPI
/ getWebPath
Method
getWebPath
src/Properties.cpp:127–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
std::string Properties::getWebPath() const {
128
base::MutexLock lock(_mutex);
129
return _webPath;
130
}
131
132
std::string Properties::getXSatipM3U() const {
133
base::MutexLock lock(_mutex);
Callers
1
methodGet
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected