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

Function pressCommand

src/commands/interaction/runtime/interactions.ts:74–77  ·  view source on GitHub ↗
(
  runtime,
  options,
)

Source from the content-addressed store, hash-verified

72} & BackendResultEnvelope;
73
74export const pressCommand: RuntimeCommand<PressCommandOptions, PressCommandResult> = async (
75 runtime,
76 options,
77): Promise<PressCommandResult> => await tapCommand(runtime, options, 'press');
78
79export const clickCommand: RuntimeCommand<ClickCommandOptions, PressCommandResult> = async (
80 runtime,

Callers

nothing calls this directly

Calls 1

tapCommandFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…