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