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

Method getInteractor

src/cloud-webdriver/runtime.ts:182–185  ·  view source on GitHub ↗
(device: DeviceInfo)

Source from the content-addressed store, hash-verified

180 }
181
182 getInteractor(device: DeviceInfo): Interactor | undefined {
183 return [...this.sessionsByLeaseId.values()].find((session) => session.device.id === device.id)
184 ?.interactor;
185 }
186
187 async installApp(
188 device: DeviceInfo,

Callers 1

Calls 1

valuesMethod · 0.80

Tested by

no test coverage detected