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