(
body: Commands["_generate_profile_state_update_model"]["input"],
options?: InvokeOptions
)
| 74 | } |
| 75 | |
| 76 | export 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 | |
| 83 | export async function saveLogFile( |
| 84 | body: Commands["save_log_file"]["input"], |
nothing calls this directly
no outgoing calls
no test coverage detected