(file: DataType)
| 1131 | }; |
| 1132 | |
| 1133 | const showImage = (file: DataType) => { |
| 1134 | useImageViewerDialog(instanceId || "", daemonId || "", file.name, currentPath.value); |
| 1135 | }; |
| 1136 | |
| 1137 | return { |
| 1138 | fileStatus, |
nothing calls this directly
no test coverage detected