(input: PowerShellToolInput, context: Parameters<Tool['checkPermissions']>[1])
| 373 | }; |
| 374 | }, |
| 375 | async checkPermissions(input: PowerShellToolInput, context: Parameters<Tool['checkPermissions']>[1]): Promise<PermissionResult> { |
| 376 | return await powershellToolHasPermission(input, context); |
| 377 | }, |
| 378 | renderToolUseMessage, |
| 379 | renderToolUseProgressMessage, |
| 380 | renderToolUseQueuedMessage, |
nothing calls this directly
no test coverage detected