MCPcopy 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
1259function roundMs(value) {
1260 return Math.round(value * 100) / 100;
1261}
1262
1263function escapeMarkdownCell(value) {
1264 return String(value || "")

Callers 1

sampleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected