Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
const
isHttpImportDialogOpen = ref(false)
2
3
export
function
useHttpImportDialog() {
4
function
openHttpImportDialog() {
5
isHttpImportDialogOpen.value = true
6
}
7
8
return
{
9
isHttpImportDialogOpen,
10
openHttpImportDialog,
11
}
12
}
Callers
1
useCommandPalette.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected