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

Function on_email_configuration_click

src/App.tsx:467–474  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

465 }
466
467 function on_email_configuration_click() {
468 set_popup(EmailConfigurator({
469 on_save: function () {
470 update_smtp_config();
471 set_popup(null);
472 },
473 }));
474 }
475
476 const recording = {
477 start: async function () {

Callers

nothing calls this directly

Calls 1

EmailConfiguratorFunction · 0.85

Tested by

no test coverage detected