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

Function scrollDurationResult

src/platforms/linux/input-actions.ts:245–249  ·  view source on GitHub ↗
(
  options: { durationMs?: number } | undefined,
)

Source from the content-addressed store, hash-verified

243}
244
245function scrollDurationResult(
246 options: { durationMs?: number } | undefined,
247): Record<string, unknown> {
248 return options?.durationMs !== undefined ? { durationMs: options.durationMs } : {};
249}
250
251// ── Keyboard actions ────────────────────────────────────────────────────
252

Callers 1

scrollLinuxFunction · 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…