MCPcopy Index your code
hub / github.com/codeaashu/claude-code / section

Function section

scripts/test-mcp.ts:31–35  ·  view source on GitHub ↗
(title: string)

Source from the content-addressed store, hash-verified

29// ── Helpers ───────────────────────────────────────────────────────────────
30
31function section(title: string) {
32 console.log(`\n${"─".repeat(60)}`);
33 console.log(` ${title}`);
34 console.log(`${"─".repeat(60)}`);
35}
36
37function jsonPretty(obj: unknown): string {
38 return JSON.stringify(obj, null, 2);

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected