MCPcopy Create free account
hub / github.com/anomalyco/opencode / scrollRef

Function scrollRef

packages/ui/src/components/list.tsx:66–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 internalFilter: "",
65 })
66 const scrollRef = () => store.scrollRef
67 const setScrollRef = (el: HTMLDivElement | undefined) => setStore("scrollRef", el)
68 const internalFilter = () => store.internalFilter
69 const setInternalFilter = (value: string) => setStore("internalFilter", value)

Callers 2

ListFunction · 0.85
GroupHeaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected