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

Function formatSliceMix

src/gui/NetworkDiagnosticsDialog.cpp:2271–2279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2269}
2270
2271static QString formatSliceMix(const QStringList& sliceLabels)
2272{
2273 if (sliceLabels.isEmpty()) {
2274 return "no unmuted slices";
2275 }
2276 return QString("slice%1 %2")
2277 .arg(sliceLabels.size() == 1 ? "" : "s")
2278 .arg(sliceLabels.join(", "));
2279}
2280
2281static QString formatAudioStream(const NetworkDiagnosticsSample& sample,
2282 const QStringList& sliceLabels)

Callers 3

formatAudioStreamFunction · 0.85
formatAudioStreamSourceFunction · 0.85

Calls 2

isEmptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected