(input)
| 367 | userFacingName, |
| 368 | getToolUseSummary, |
| 369 | getActivityDescription(input) { |
| 370 | const summary = getToolUseSummary(input) |
| 371 | return summary ? `Reading ${summary}` : 'Reading file' |
| 372 | }, |
| 373 | isConcurrencySafe() { |
| 374 | return true |
| 375 | }, |
nothing calls this directly
no test coverage detected