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

Function cacheClear

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

Source from the content-addressed store, hash-verified

60}
61
62export async function cacheClear(
63 body: Commands["cache_clear"]["input"],
64 options?: InvokeOptions
65): Promise<Commands["cache_clear"]["output"]> {
66 return await pyInvoke("cache_clear", body, options);
67}
68
69export async function _generateAppSettingsModel(
70 body: Commands["_generate_app_settings_model"]["input"],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected