(
body: Commands["debug"]["input"],
options?: InvokeOptions
)
| 25 | } |
| 26 | |
| 27 | export 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 | |
| 34 | export async function getAdbSettingsForm( |
| 35 | body: Commands["get_adb_settings_form"]["input"], |
nothing calls this directly
no outgoing calls
no test coverage detected