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

Function clearSnippets

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

Source from the content-addressed store, hash-verified

717}
718
719function clearSnippets() {
720 snippets.value = []
721 snippetsBySearch.value = []
722}
723
724function clearSnippetsState() {
725 clearSnippets()

Callers 1

clearSnippetsStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected