Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ autoModeDefaultsHandler
Function
autoModeDefaultsHandler
src/cli/handlers/autoMode.ts:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
export
function
autoModeDefaultsHandler(): void {
25
writeRules(getDefaultExternalAutoModeRules())
26
}
27
28
/**
29
* Dump the effective auto mode config: user settings where provided, external
Callers
1
run
Function · 0.85
Calls
2
writeRules
Function · 0.85
getDefaultExternalAutoModeRules
Function · 0.85
Tested by
no test coverage detected