MCPcopy 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

57const SLIDE_STEP = 25
58
59const NOOP_UNSUB = () => {}
60
61export 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