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

Function sameRect

src/platforms/android/scroll-hints.ts:378–385  ·  view source on GitHub ↗
(left: Rect, right: Rect)

Source from the content-addressed store, hash-verified

376}
377
378function sameRect(left: Rect, right: Rect): boolean {
379 return (
380 left.x === right.x &&
381 left.y === right.y &&
382 left.width === right.width &&
383 left.height === right.height
384 );
385}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…