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

File dispatch.ts

src/core/dispatch.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { promises as fs } from 'node:fs';
2import pathModule from 'node:path';
3import { AppError } from '../kernel/errors.ts';
4import { isIosFamily, type DeviceInfo } from '../kernel/device.ts';

Callers

nothing calls this directly

Calls 15

successTextFunction · 0.90
handlePressCommandFunction · 0.90
handleSwipeCommandFunction · 0.90
handleSwipePresetCommandFunction · 0.90
handlePanCommandFunction · 0.90
handleFlingCommandFunction · 0.90
handleLongPressCommandFunction · 0.90
handleFocusCommandFunction · 0.90
handleTypeCommandFunction · 0.90
handleFillCommandFunction · 0.90
handleScrollCommandFunction · 0.90
handlePinchCommandFunction · 0.90

Tested by

no test coverage detected