()
| 155 | return inputSchema(); |
| 156 | }, |
| 157 | async description() { |
| 158 | return '[Deprecated] — prefer Read on the task output file path'; |
| 159 | }, |
| 160 | isConcurrencySafe(_input) { |
| 161 | return this.isReadOnly?.(_input) ?? false; |
| 162 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected