Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ setAllHookEventsEnabled
Function
setAllHookEventsEnabled
src/utils/hooks/hookEvents.ts:184–186 ·
view source on GitHub ↗
(enabled: boolean)
Source
from the content-addressed store, hash-verified
182
* in CLAUDE_CODE_REMOTE mode.
183
*/
184
export
function
setAllHookEventsEnabled(enabled: boolean): void {
185
allHookEventsEnabled = enabled
186
}
187
188
export
function
clearHookEventState(): void {
189
eventHandler = null
Callers
1
run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected