MCPcopy Index your code
hub / github.com/callstack/agent-device / shouldUseIosDragSeries

Function shouldUseIosDragSeries

src/core/dispatch-series.ts:17–19  ·  view source on GitHub ↗
(device: DeviceInfo, count: number)

Source from the content-addressed store, hash-verified

15];
16
17export function shouldUseIosDragSeries(device: DeviceInfo, count: number): boolean {
18 return isApplePlatform(device.platform) && count > 1;
19}
20
21/**
22 * Whether a press series should fuse into one or more `sequence` runner requests. Every Apple

Callers 2

runSwipeCoordinatesFunction · 0.90

Calls 1

isApplePlatformFunction · 0.90

Tested by

no test coverage detected