MCPcopy Create free account
hub / github.com/Noumena-Network/code / getIsScrollDraining

Function getIsScrollDraining

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

Source from the content-addressed store, hash-verified

825 * Intervals should early-return when this is set — the work picks up next
826 * tick after scroll settles. */
827export function getIsScrollDraining(): boolean {
828 return scrollDraining
829}
830
831/** Await this before expensive one-shot work (network, subprocess) that could
832 * coincide with scroll. Resolves immediately if not scrolling; otherwise

Callers 3

findAvailableIDEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected