(fileID string)
| 27 | type openFileService interface { |
| 28 | GetFileByPath(path string) (api.FileStat, error) |
| 29 | GetFile(fileID string) (api.File, error) |
| 30 | } |
| 31 | |
| 32 | func handleOpenCommand(p openFileService, currentPath string, args []string) error { |
no outgoing calls
no test coverage detected