MCPcopy 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
934function closePalette() {
935 isOpen.value = false
936}
937
938function togglePalette() {
939 isOpen.value = !isOpen.value

Callers 1

openResultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected