Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/SimDeck
/ roundMs
Function
roundMs
scripts/bench/agent-control-benchmark.mjs:1259–1261 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
1257
}
1258
1259
function
roundMs(value) {
1260
return
Math.round(value * 100) / 100;
1261
}
1262
1263
function
escapeMarkdownCell(value) {
1264
return
String(value ||
""
)
Callers
1
sample
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected