MCPcopy Create free account
hub / github.com/codeaashu/claude-code / resetSdkInitState

Function resetSdkInitState

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

Source from the content-addressed store, hash-verified

1461}
1462
1463export function resetSdkInitState(): void {
1464 STATE.initJsonSchema = null
1465 STATE.registeredHooks = null
1466}
1467
1468export function getPlanSlugCache(): Map<string, string> {
1469 return STATE.planSlugCache

Callers 1

resetHooksConfigSnapshotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected