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

Function round

tooling/scripts/perf-desktop-runtime.mjs:440–442  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

438}
439
440function round(value) {
441 return Math.round(value * 100) / 100
442}
443
444function summarizeLongTasks(longTasks) {
445 const durations = longTasks.map((task) => task.duration)

Callers 4

waitForFileFunction · 0.70
summarizeLongTasksFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected