MCPcopy Create free account
hub / github.com/Milkyroad/SCiPNET / testConnectionSpeed

Function testConnectionSpeed

public/src/js/sideBar.js:168–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166 }
167
168 function testConnectionSpeed() {
169 $("#connection").text(`${randomInteger(70, 100)}.${randomInteger(0, 9)} MB/s`)
170 }
171 setInterval(testConnectionSpeed, randomInteger(1000, 1200))
172
173 function getOS() {

Callers

nothing calls this directly

Calls 2

randomIntegerFunction · 0.85
$Function · 0.50

Tested by

no test coverage detected