MCPcopy Create free account
hub / github.com/callstack/agent-device / hasPositiveVerticalExtent

Function hasPositiveVerticalExtent

src/platforms/android/scroll-hints.ts:374–376  ·  view source on GitHub ↗
(rect: Rect)

Source from the content-addressed store, hash-verified

372}
373
374function hasPositiveVerticalExtent(rect: Rect): boolean {
375 return rect.height > 0;
376}
377
378function sameRect(left: Rect, right: Rect): boolean {
379 return (

Callers 2

collectVisibleFlowBlocksFunction · 0.85
toNativeScrollViewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…