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

Function useCmdAssistantDialog

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

Source from the content-addressed store, hash-verified

89}
90
91export async function useCmdAssistantDialog() {
92 return await useMountComponent().mount<string>(CmdAssistantDialog);
93}
94
95export async function usePortEditDialog(data: PortConfigItem[] = []) {
96 return (

Callers

nothing calls this directly

Calls 1

useMountComponentFunction · 0.90

Tested by

no test coverage detected