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

Function runnerOptionsFromContext

src/core/dispatch-interactions.ts:540–550  ·  view source on GitHub ↗
(context: DispatchContext | undefined)

Source from the content-addressed store, hash-verified

538}
539
540function runnerOptionsFromContext(context: DispatchContext | undefined): RunnerCallOptions {
541 return {
542 verbose: context?.verbose,
543 logPath: context?.logPath,
544 traceLogPath: context?.traceLogPath,
545 requestId: context?.requestId,
546 iosXctestrunFile: context?.iosXctestrunFile,
547 iosXctestDerivedDataPath: context?.iosXctestDerivedDataPath,
548 iosXctestEnvDir: context?.iosXctestEnvDir,
549 };
550}
551
552export async function handleSwipeCommand(
553 device: DeviceInfo,

Callers 2

handleAlternateClickFunction · 0.85
runIosSequenceChunksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected