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