MCPcopy Create free account
hub / github.com/BrainicHQ/DoHSpeedTest / fmt

Function fmt

script.js:782–782  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

780 let detailsRow;
781
782 const fmt = (v) => typeof v === 'number' ? v.toFixed(2) : 'N/A';
783 const badgeHTML = reliabilityBadge(server.reliability);
784
785 if (!row) {

Callers 1

updateResultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected