Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ NOOP_UNSUB
Function
NOOP_UNSUB
src/hooks/useVirtualScroll.ts:59–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
const
SLIDE_STEP = 25
58
59
const
NOOP_UNSUB = () => {}
60
61
export
type
VirtualScrollResult = {
62
/** [startIndex, endIndex) half-open slice of items to render. */
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected