MCPcopy Index your code
hub / github.com/TanStack/virtual / isSticky

Function isSticky

examples/react/sticky/src/main.tsx:31–31  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

29 )
30
31 const isSticky = (index: number) => stickyIndexes.includes(index)
32
33 const isActiveSticky = (index: number) =>
34 activeStickyIndexRef.current === index

Callers 1

AppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected