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

Function createDeviceAdbExecutor

src/platforms/android/adb-executor.ts:188–190  ·  view source on GitHub ↗
(device: DeviceInfo)

Source from the content-addressed store, hash-verified

186const androidAdbProviderScope = new AsyncLocalStorage<AndroidAdbProviderScope>();
187
188export function createDeviceAdbExecutor(device: DeviceInfo): AndroidAdbExecutor {
189 return createSerialAdbExecutor(device.id);
190}
191
192function createSerialAdbExecutor(serial: string): AndroidAdbExecutor {
193 return async (args, options) =>

Callers 4

Calls 1

createSerialAdbExecutorFunction · 0.85

Tested by

no test coverage detected