MCPcopy 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
21bool NetworkPathCandidate::isValid() const
22{
23 return NetworkPathResolver::isUsableIpv4(address);
24}
25
26QString NetworkPathCandidate::label() const
27{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected