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

Function check

tooling/scripts/sidebar-vim-smoke.mjs:187–190  ·  view source on GitHub ↗
(name, ok, detail)

Source from the content-addressed store, hash-verified

185 const errors = []
186 const failures = []
187 const check = (name, ok, detail) => {
188 if (ok) console.log(` PASS ${name}`)
189 else { failures.push(name); console.error(` FAIL ${name}${detail ? ` — ${detail}` : ''}`) }
190 }
191
192 let client
193 try {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected