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

Function shouldUseIosPressSequence

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

Source from the content-addressed store, hash-verified

25 * single main-thread block, risking the 30s watchdog for large count x interval).
26 */
27export function shouldUseIosPressSequence(device: DeviceInfo, count: number): boolean {
28 return isApplePlatform(device.platform) && count > 1;
29}
30
31/**
32 * Wall-clock budget (ms) for one fused `sequence` runner request. The runner executes a whole

Callers 2

handlePressCommandFunction · 0.90

Calls 1

isApplePlatformFunction · 0.90

Tested by

no test coverage detected