Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
719
function
clearSnippets() {
720
snippets.value = []
721
snippetsBySearch.value = []
722
}
723
724
function
clearSnippetsState() {
725
clearSnippets()
Callers
1
clearSnippetsState
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected