MCPcopy Create free account
hub / github.com/Martchus/syncthingtray / formatTraffic

Method formatTraffic

syncthingwidgets/misc/syncthingmodels.cpp:372–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372QString SyncthingModels::formatTraffic(quint64 total, double rate) const
373{
374 return Data::trafficString(total, rate);
375}
376
377bool SyncthingModels::hasDevice(const QString &id)
378{

Callers

nothing calls this directly

Calls 1

trafficStringFunction · 0.85

Tested by

no test coverage detected