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

Function useUploadFileDialog

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

Source from the content-addressed store, hash-verified

60}
61
62export async function useUploadFileDialog() {
63 return (await useMountComponent().mount<string>(UploadFileDialogVue)) || "";
64}
65
66export async function useSelectInstances(data: UserInstance[] = []) {
67 return await useMountComponent({

Callers

nothing calls this directly

Calls 1

useMountComponentFunction · 0.90

Tested by

no test coverage detected