MCPcopy
hub / github.com/librespeed/speedtest / tverb

Function tverb

speedtest_worker.js:26–30  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

24 }
25}
26function tverb(s) {
27 if (settings.telemetry_level >= 3) {
28 log += Date.now() + ": " + s + "\n";
29 }
30}
31function twarn(s) {
32 if (settings.telemetry_level >= 2) {
33 log += Date.now() + " WARN: " + s + "\n";

Callers 6

clearRequestsFunction · 0.85
getIpFunction · 0.85
dlTestFunction · 0.85
ulTestFunction · 0.85
pingTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected