MCPcopy Create free account
hub / github.com/AutoCodeStack/ios-device-farm / constructor

Method constructor

src/modules/wda-control/wda.go.ios.ts:14–19  ·  view source on GitHub ↗
(udid: string, version: number, controlPort: number, streamPort: number)

Source from the content-addressed store, hash-verified

12 private tunnelProc?: SubProcess;
13
14 constructor(udid: string, version: number, controlPort: number, streamPort: number) {
15 this.udid = udid;
16 this.version = version;
17 this.controlPort = controlPort;
18 this.streamPort = streamPort;
19 }
20
21 async start(): Promise<void> {
22 await this.startTunnel();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected