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

Function budgetStatus

tooling/scripts/perf-desktop-runtime.mjs:522–529  ·  view source on GitHub ↗
(label, actual, budget)

Source from the content-addressed store, hash-verified

520}
521
522function budgetStatus(label, actual, budget) {
523 return {
524 label,
525 actual,
526 budget,
527 ok: actual <= budget
528 }
529}
530
531function findDeferredNormalFlowChunks(scripts) {
532 return scripts.filter((script) =>

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected