(input)
| 187 | return true |
| 188 | }, |
| 189 | toAutoClassifierInput(input) { |
| 190 | return input.path ? `${input.pattern} in ${input.path}` : input.pattern |
| 191 | }, |
| 192 | isSearchOrReadCommand() { |
| 193 | return { isSearch: true, isRead: false } |
| 194 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected