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

Function clearHookEventState

src/utils/hooks/hookEvents.ts:188–192  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186}
187
188export function clearHookEventState(): void {
189 eventHandler = null
190 pendingEvents.length = 0
191 allHookEventsEnabled = false
192}
193

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected