Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Barracuda09/SATPI
/ getPort
Method
getPort
src/input/stream/StreamerData.cpp:104–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
int StreamerData::getPort() const {
105
base::MutexLock lock(_mutex);
106
return _port;
107
}
108
109
bool StreamerData::hasFilePath() const {
110
base::MutexLock lock(_mutex);
Callers
1
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected