Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ isValid
Method
isValid
src/core/NetworkPathResolver.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
bool NetworkPathCandidate::isValid() const
22
{
23
return NetworkPathResolver::isUsableIpv4(address);
24
}
25
26
QString NetworkPathCandidate::label() const
27
{
Callers
1
resolveExplicitSelection
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected