MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getConnectedIOSDevices

Function getConnectedIOSDevices

npm_modules/cli/src/utils/deviceUtils.ts:50–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48}
49
50export async function getConnectedIOSDevices(): Promise<string[]> {
51 // eslint-disable-next-line unicorn/no-useless-promise-resolve-reject
52 return Promise.resolve(['-1']);
53}
54
55export async function getConnectedDevices(platform: string): Promise<string[]> {
56 if (platform === PLATFORM.ANDROID) {

Callers 1

getConnectedDevicesFunction · 0.85

Calls 1

resolveMethod · 0.65

Tested by

no test coverage detected