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

Function debug

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

Source from the content-addressed store, hash-verified

25}
26
27export async function debug(
28 body: Commands["debug"]["input"],
29 options?: InvokeOptions
30): Promise<Commands["debug"]["output"]> {
31 return await pyInvoke("debug", body, options);
32}
33
34export async function getAdbSettingsForm(
35 body: Commands["get_adb_settings_form"]["input"],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected