MCPcopy
hub / github.com/codeaashu/claude-code / getInitJsonSchema

Function getInitJsonSchema

src/bootstrap/state.ts:1415–1417  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1413}
1414
1415export function getInitJsonSchema(): Record<string, unknown> | null {
1416 return STATE.initJsonSchema
1417}
1418
1419export function registerHookCallbacks(
1420 hooks: Partial<Record<HookEvent, RegisteredHookMatcher[]>>,

Callers 2

buildAllToolsFunction · 0.85
drainCommandQueueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected