MCPcopy Create free account
hub / github.com/massCodeIO/massCode / useHttpImportDialog

Function useHttpImportDialog

src/renderer/composables/useHttpImportDialog.ts:3–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1const isHttpImportDialogOpen = ref(false)
2
3export function useHttpImportDialog() {
4 function openHttpImportDialog() {
5 isHttpImportDialogOpen.value = true
6 }
7
8 return {
9 isHttpImportDialogOpen,
10 openHttpImportDialog,
11 }
12}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected