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

Function delete_notification

src/App.tsx:459–465  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

457 }
458
459 function delete_notification(index: number) {
460 set_notification((p) => {
461 let n = Array.from(p);
462 delete n[index];
463 return n;
464 });
465 }
466
467 function on_email_configuration_click() {
468 set_popup(EmailConfigurator({

Callers 2

override_on_clickFunction · 0.85
AppFunction · 0.85

Calls 1

fromMethod · 0.45

Tested by

no test coverage detected