( mode: ToolPermissionContext['mode'], )
| 109 | } |
| 110 | |
| 111 | export function getAutoAllowedCommands( |
| 112 | mode: ToolPermissionContext['mode'], |
| 113 | ): readonly string[] { |
| 114 | return mode === 'acceptEdits' ? ACCEPT_EDITS_ALLOWED_COMMANDS : [] |
| 115 | } |
| 116 |
nothing calls this directly
no outgoing calls
no test coverage detected