MCPcopy Create free account
hub / github.com/AdbAutoPlayer/AdbAutoPlayer / scanEmulatorPorts

Function scanEmulatorPorts

src/client/apiClient.ts:55–60  ·  view source on GitHub ↗
(
    body: Commands["scan_emulator_ports"]["input"],
    options?: InvokeOptions
)

Source from the content-addressed store, hash-verified

53}
54
55export async function scanEmulatorPorts(
56 body: Commands["scan_emulator_ports"]["input"],
57 options?: InvokeOptions
58): Promise<Commands["scan_emulator_ports"]["output"]> {
59 return await pyInvoke("scan_emulator_ports", body, options);
60}
61
62export async function cacheClear(
63 body: Commands["cache_clear"]["input"],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected