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

Function isStoppedAndroidAvdPlaceholder

src/kernel/device.ts:285–292  ·  view source on GitHub ↗
(device: DeviceInfo)

Source from the content-addressed store, hash-verified

283}
284
285function isStoppedAndroidAvdPlaceholder(device: DeviceInfo): boolean {
286 return (
287 device.platform === 'android' &&
288 device.kind === 'emulator' &&
289 device.booted === false &&
290 !/^emulator-\d+$/.test(device.id)
291 );
292}
293
294export function matchesDeviceSelector(
295 device: DeviceInfo,

Callers 1

resolveDeviceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected