MCPcopy Create free account
hub / github.com/Noumena-Network/code / getInitJsonSchema

Function getInitJsonSchema

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

Source from the content-addressed store, hash-verified

1429}
1430
1431export function getInitJsonSchema(): Record<string, unknown> | null {
1432 return STATE.initJsonSchema
1433}
1434
1435export function registerHookCallbacks(
1436 hooks: Partial<Record<HookEvent, RegisteredHookMatcher[]>>,

Callers 2

buildAllToolsFunction · 0.85
drainCommandQueueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected