MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / interfaceLabel

Function interfaceLabel

src/core/NetworkPathResolver.cpp:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace {
10
11QString interfaceLabel(const QNetworkInterface& iface)
12{
13 const QString human = iface.humanReadableName().trimmed();
14 if (!human.isEmpty())
15 return human;
16 return iface.name().trimmed();
17}
18
19}
20

Callers 1

Calls 2

isEmptyMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected