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

Function _generateProfileStateUpdateModel

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

Source from the content-addressed store, hash-verified

74}
75
76export async function _generateProfileStateUpdateModel(
77 body: Commands["_generate_profile_state_update_model"]["input"],
78 options?: InvokeOptions
79): Promise<Commands["_generate_profile_state_update_model"]["output"]> {
80 return await pyInvoke("_generate_profile_state_update_model", body, options);
81}
82
83export async function saveLogFile(
84 body: Commands["save_log_file"]["input"],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected