MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / showImage

Function showImage

frontend/src/hooks/useFileManager.ts:1133–1135  ·  view source on GitHub ↗
(file: DataType)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

useImageViewerDialogFunction · 0.90

Tested by

no test coverage detected