MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getScrollHint

Function getScrollHint

src/ink/render-node-to-output.ts:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64}
65
66export function getScrollHint(): ScrollHint | null {
67 return scrollHint
68}
69
70// The ScrollBox DOM node (if any) with pendingScrollDelta left after this
71// frame's drain. renderer.ts calls markDirty(it) post-render so the NEXT

Callers 1

createRendererFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected