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

Function update_is_transcript

src/App.tsx:409–415  ·  view source on GitHub ↗
(value: boolean)

Source from the content-addressed store, hash-verified

407 }
408
409 async function update_is_transcript(value: boolean) {
410 let config = general_config()!;
411
412 config.transcript = value;
413
414 set_general_config(config);
415 }
416
417 async function update_is_translate(value: boolean) {
418 let config = general_config()!;

Callers 1

RecorderFunction · 0.85

Calls 1

set_general_configFunction · 0.70

Tested by

no test coverage detected