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

Function override_on_click

src/App.tsx:542–545  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

540 const im_idx = push_notification(
541 NotificationInfo({
542 title: "Important", message: important_link_payload.message, async override_on_click() {
543 await invoke("show_file", { path: important_link_payload.at });
544 delete_notification(im_idx);
545 },
546 })
547 );
548

Callers

nothing calls this directly

Calls 1

delete_notificationFunction · 0.85

Tested by

no test coverage detected