(
body: Commands["save_log_file"]["input"],
options?: InvokeOptions
)
| 81 | } |
| 82 | |
| 83 | export 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected