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

Function commandOutput

src/platforms/android/devices.ts:51–53  ·  view source on GitHub ↗
(result: ExecResult)

Source from the content-addressed store, hash-verified

49}
50
51function commandOutput(result: ExecResult): string {
52 return `${result.stdout}\n${result.stderr}`;
53}
54
55function adbArgs(serial: string, args: string[]): string[] {
56 return ['-s', serial, ...args];

Callers 2

probeAndroidFeatureFunction · 0.85
resolveAndroidTargetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected