(
body: Commands["scan_emulator_ports"]["input"],
options?: InvokeOptions
)
| 53 | } |
| 54 | |
| 55 | export async function scanEmulatorPorts( |
| 56 | body: Commands["scan_emulator_ports"]["input"], |
| 57 | options?: InvokeOptions |
| 58 | ): Promise<Commands["scan_emulator_ports"]["output"]> { |
| 59 | return await pyInvoke("scan_emulator_ports", body, options); |
| 60 | } |
| 61 | |
| 62 | export async function cacheClear( |
| 63 | body: Commands["cache_clear"]["input"], |
nothing calls this directly
no outgoing calls
no test coverage detected