MCPcopy
hub / github.com/google-labs-code/design.md / pass

Function pass

packages/cli/scripts/check-package.ts:39–42  ·  view source on GitHub ↗
(label: string)

Source from the content-addressed store, hash-verified

37let failed = 0;
38
39function pass(label: string) {
40 console.log(` ✅ ${label}`);
41 passed++;
42}
43
44function fail(label: string, detail?: string) {
45 console.error(` ❌ ${label}`);

Callers 1

checkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…