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

Function scrollToSnippetIndex

src/renderer/composables/useSnippetScroller.ts:18–28  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

16}
17
18export function scrollToSnippetIndex(index: number) {
19 if (index < 0)
20 return
21
22 if (snippetScrollerRef.value) {
23 snippetScrollerRef.value.scrollToItem(index)
24 return
25 }
26
27 pendingScrollIndex.value = index
28}

Callers 2

searchFunction · 0.90
selectSearchSnippetFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected