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

Function clearSnippetsState

src/renderer/composables/useSnippets.ts:724–730  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

722}
723
724function clearSnippetsState() {
725 clearSnippets()
726 selectedSnippetIds.value = []
727 selectedSnippetRecord.value = undefined
728 state.snippetId = undefined
729 state.snippetContentIndex = 0
730}
731
732async function search() {
733 if (searchQuery.value) {

Callers 2

createFolderAndSelectFunction · 0.85
deleteSelectedFoldersFunction · 0.85

Calls 1

clearSnippetsFunction · 0.85

Tested by

no test coverage detected