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

Method getPorts

src/modules/idf.ts:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 }
34
35 getPorts() {
36 return [this.controlPort, this.streamPort];
37 }
38
39 async sendCommand(data: any) {
40 logger.info(`send command ${JSON.stringify(data)}`);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected