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

Function clearRegisteredHooks

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

Source from the content-addressed store, hash-verified

1440}
1441
1442export function clearRegisteredHooks(): void {
1443 STATE.registeredHooks = null
1444}
1445
1446export function clearRegisteredPluginHooks(): void {
1447 if (!STATE.registeredHooks) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected