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

Function setInitJsonSchema

src/bootstrap/state.ts:1411–1413  ·  view source on GitHub ↗
(schema: Record<string, unknown>)

Source from the content-addressed store, hash-verified

1409
1410// SDK init event state
1411export function setInitJsonSchema(schema: Record<string, unknown>): void {
1412 STATE.initJsonSchema = schema
1413}
1414
1415export function getInitJsonSchema(): Record<string, unknown> | null {
1416 return STATE.initJsonSchema

Callers 1

handleInitializeRequestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected