Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ getAutoModeDumpDir
Function
getAutoModeDumpDir
src/utils/permissions/yoloClassifier.ts:144–146 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
142
}
143
144
function
getAutoModeDumpDir(): string {
145
return
join(getClaudeTempDir(),
'auto-mode'
)
146
}
147
148
/**
149
* Dump the auto mode classifier request and response bodies to the per-user
Callers
1
maybeDumpAutoMode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected