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

Function push_notification

src/App.tsx:453–457  ·  view source on GitHub ↗
(element: JSX.Element)

Source from the content-addressed store, hash-verified

451 }
452
453 function push_notification(element: JSX.Element): number {
454 let index = notification().length;
455 set_notification((p) => [...p, element]);
456 return index;
457 }
458
459 function delete_notification(index: number) {
460 set_notification((p) => {

Callers 1

AppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected