()
| 190 | return input.path ? `${input.pattern} in ${input.path}` : input.pattern |
| 191 | }, |
| 192 | isSearchOrReadCommand() { |
| 193 | return { isSearch: true, isRead: false } |
| 194 | }, |
| 195 | getPath({ path }): string { |
| 196 | return path || getCwd() |
| 197 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected