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

Function openNodeSelectDialog

frontend/src/components/fc/index.ts:240–245  ·  view source on GitHub ↗
(targetPlatforms?: string[])

Source from the content-addressed store, hash-verified

238}
239
240export async function openNodeSelectDialog(targetPlatforms?: string[]) {
241 const dialog = useMountComponent({ targetPlatforms }).load<InstanceType<typeof NodeSelectDialog>>(
242 NodeSelectDialog
243 );
244 return dialog!.openDialog();
245}
246
247export async function openDockerVersionSelectDialog() {
248 const dialog =

Callers

nothing calls this directly

Calls 2

useMountComponentFunction · 0.90
loadMethod · 0.65

Tested by

no test coverage detected