()
| 380 | return input.file_path |
| 381 | }, |
| 382 | isSearchOrReadCommand() { |
| 383 | return { isSearch: false, isRead: true } |
| 384 | }, |
| 385 | getPath({ file_path }): string { |
| 386 | return file_path || getCwd() |
| 387 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected