Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/massCodeIO/massCode
/ closePalette
Function
closePalette
src/renderer/composables/useCommandPalette.ts:934–936 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
932
}
933
934
function
closePalette() {
935
isOpen.value = false
936
}
937
938
function
togglePalette() {
939
isOpen.value = !isOpen.value
Callers
1
openResult
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected