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

Function useDownloadFileDialog

frontend/src/components/fc/index.ts:56–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56export async function useDownloadFileDialog() {
57 return (
58 (await useMountComponent().mount<DownloadFileConfigItem>(DownloadFileDialogVue)) || undefined
59 );
60}
61
62export async function useUploadFileDialog() {
63 return (await useMountComponent().mount<string>(UploadFileDialogVue)) || "";

Callers

nothing calls this directly

Calls 1

useMountComponentFunction · 0.90

Tested by

no test coverage detected