MCPcopy Create free account
hub / github.com/Yantesoft/LinuxdoAssistant / formatSpeedDisplay

Function formatSpeedDisplay

linuxdo-helper.user.js:212–214  ·  view source on GitHub ↗
(ratio)

Source from the content-addressed store, hash-verified

210 }
211
212 function formatSpeedDisplay(ratio) {
213 return String(Math.round(normalizeSpeedRatio(ratio) * 100));
214 }
215
216 /**
217 * 获取实际使用的配置(基础配置 × 速度比例)

Callers 2

updateSpeedFunction · 0.85

Calls 1

normalizeSpeedRatioFunction · 0.85

Tested by

no test coverage detected