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

Function budgetStatus

tooling/scripts/perf-web-runtime.mjs:549–557  ·  view source on GitHub ↗
(label, actual, budget, comparator = (a, b) => a <= b)

Source from the content-addressed store, hash-verified

547}
548
549function budgetStatus(label, actual, budget, comparator = (a, b) => a <= b) {
550 const ok = comparator(actual, budget)
551 return {
552 label,
553 actual,
554 budget,
555 ok
556 }
557}
558
559function findDeferredNormalFlowChunks(scripts) {
560 return scripts.filter((script) =>

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected