MCPcopy
hub / github.com/yume-chan/ya-webadb / getDisplays

Method getDisplays

libraries/adb-scrcpy/src/3_3_2.ts:38–40  ·  view source on GitHub ↗
(adb: Adb, path: string)

Source from the content-addressed store, hash-verified

36 }
37
38 getDisplays(adb: Adb, path: string): Promise<ScrcpyDisplay[]> {
39 return getDisplays(adb, path, this);
40 }
41
42 createConnection(adb: Adb): AdbScrcpyConnection {
43 return createConnection(adb, this.value);

Callers

nothing calls this directly

Calls 1

getDisplaysFunction · 0.85

Tested by

no test coverage detected