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

Function honoredScrollDurationMs

src/core/scroll-command.ts:42–46  ·  view source on GitHub ↗
(
  result: Record<string, unknown> | undefined,
)

Source from the content-addressed store, hash-verified

40}
41
42export function honoredScrollDurationMs(
43 result: Record<string, unknown> | undefined,
44): number | undefined {
45 return typeof result?.durationMs === 'number' ? result.durationMs : undefined;
46}

Callers 2

scrollCommandFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected