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

Function heading

packages/cli/scripts/check-package.ts:55–57  ·  view source on GitHub ↗
(title: string)

Source from the content-addressed store, hash-verified

53}
54
55function heading(title: string) {
56 console.log(`\n── ${title} ${'─'.repeat(Math.max(0, 56 - title.length))}`);
57}
58
59function readPkg(): Record<string, unknown> {
60 return JSON.parse(readFileSync(PKG_PATH, 'utf-8'));

Callers 5

phase1_configFunction · 0.85
phase1_pathsFunction · 0.85
phase2Function · 0.85
phase3Function · 0.85
phase4Function · 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…