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

Function resetHooksConfigSnapshot

src/utils/hooks/hooksConfigSnapshot.ts:130–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128 * Also resets SDK init state to prevent test pollution
129 */
130export function resetHooksConfigSnapshot(): void {
131 initialHooksConfig = null
132 resetSdkInitState()
133}
134

Callers

nothing calls this directly

Calls 1

resetSdkInitStateFunction · 0.85

Tested by

no test coverage detected