(config: GeneralConfig)
| 364 | })(); |
| 365 | |
| 366 | async function set_general_config(config: GeneralConfig) { |
| 367 | await invoke("set_general_config", { generalConfig: config }); |
| 368 | update_general_config(); |
| 369 | } |
| 370 | |
| 371 | createEffect(() => { |
| 372 | let config = untrack(general_config)!; |
no outgoing calls
no test coverage detected