MCPcopy Create free account
hub / github.com/Recordscript/recordscript / set_general_config

Function set_general_config

src/App.tsx:366–369  ·  view source on GitHub ↗
(config: GeneralConfig)

Source from the content-addressed store, hash-verified

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)!;

Callers 5

AppFunction · 0.70
update_save_to_path_withFunction · 0.70
update_is_transcriptFunction · 0.70
update_is_translateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected