Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ notifyPermissionModeChanged
Function
notifyPermissionModeChanged
src/utils/sessionState.ts:148–150 ·
view source on GitHub ↗
(mode: PermissionMode)
Source
from the content-addressed store, hash-verified
146
* silently bypass them.
147
*/
148
export
function
notifyPermissionModeChanged(mode: PermissionMode): void {
149
permissionModeListener?.(mode)
150
}
151
Callers
1
onChangeAppState
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected