(
body: Commands["cache_clear"]["input"],
options?: InvokeOptions
)
| 60 | } |
| 61 | |
| 62 | export 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 | |
| 69 | export async function _generateAppSettingsModel( |
| 70 | body: Commands["_generate_app_settings_model"]["input"], |
nothing calls this directly
no outgoing calls
no test coverage detected