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

Function aliasFor

tests/mqtt_antenna_alias_test.cpp:15–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15QString aliasFor(const QVector<MqttAntennaAliasUpdate>& updates, const QString& token)
16{
17 for (const auto& update : updates) {
18 if (update.token == token)
19 return update.alias;
20 }
21 return QStringLiteral("__missing__");
22}
23
24} // namespace
25

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected