MCPcopy 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 */
148export function notifyPermissionModeChanged(mode: PermissionMode): void {
149 permissionModeListener?.(mode)
150}
151

Callers 1

onChangeAppStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected