MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / round

Function round

tooling/scripts/perf-runtime-repeat.mjs:209–211  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

207}
208
209function round(value) {
210 return Math.round(value * 100) / 100
211}
212
213function parseMetrics(output, names) {
214 const metrics = new Map()

Callers 1

printSummaryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected