MCPcopy 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
127std::string Properties::getWebPath() const {
128 base::MutexLock lock(_mutex);
129 return _webPath;
130}
131
132std::string Properties::getXSatipM3U() const {
133 base::MutexLock lock(_mutex);

Callers 1

methodGetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected