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

Function saveLogFile

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

Source from the content-addressed store, hash-verified

81}
82
83export async function saveLogFile(
84 body: Commands["save_log_file"]["input"],
85 options?: InvokeOptions
86): Promise<Commands["save_log_file"]["output"]> {
87 return await pyInvoke("save_log_file", body, options);
88}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected