(input)
| 377 | return true |
| 378 | }, |
| 379 | toAutoClassifierInput(input) { |
| 380 | return input.file_path |
| 381 | }, |
| 382 | isSearchOrReadCommand() { |
| 383 | return { isSearch: false, isRead: true } |
| 384 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected