MCPcopy
hub / github.com/codeaashu/claude-code / getIsScrollDraining

Function getIsScrollDraining

src/bootstrap/state.ts:811–813  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

809 * Intervals should early-return when this is set — the work picks up next
810 * tick after scroll settles. */
811export function getIsScrollDraining(): boolean {
812 return scrollDraining
813}
814
815/** Await this before expensive one-shot work (network, subprocess) that could
816 * coincide with scroll. Resolves immediately if not scrolling; otherwise

Callers 3

findAvailableIDEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected