Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
130
export
function
resetHooksConfigSnapshot(): void {
131
initialHooksConfig = null
132
resetSdkInitState()
133
}
134
Callers
nothing calls this directly
Calls
1
resetSdkInitState
Function · 0.85
Tested by
no test coverage detected