(input: PowerShellToolInput)
| 283 | return getPrompt(); |
| 284 | }, |
| 285 | isConcurrencySafe(input: PowerShellToolInput): boolean { |
| 286 | return this.isReadOnly?.(input) ?? false; |
| 287 | }, |
| 288 | isSearchOrReadCommand(input: Partial<PowerShellToolInput>): { |
| 289 | isSearch: boolean; |
| 290 | isRead: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected