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

Function resolveAppleBackRunnerCommand

src/platforms/apple/interactions.ts:58–61  ·  view source on GitHub ↗
(mode?: BackMode)

Source from the content-addressed store, hash-verified

56>;
57
58export function resolveAppleBackRunnerCommand(mode?: BackMode): AppleBackRunnerCommand {
59 if (mode === 'system') return 'backSystem';
60 return 'backInApp';
61}
62
63export function iosRunnerOverrides(
64 device: DeviceInfo,

Callers 2

createAppleInteractorFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected