Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BatchDrake/SigDigger
/ haveAddrData
Method
haveAddrData
Components/RMSViewer.cpp:60–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
bool
61
RMSViewer::haveAddrData(void) const
62
{
63
return this->listenPort != 0 && this->listenAddr.size() > 0;
64
}
65
66
67
bool
Callers
3
setListeningState
Method · 0.95
onToggleListening
Method · 0.95
onOpenSettings
Method · 0.95
Calls
1
size
Method · 0.45
Tested by
no test coverage detected