()
| 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 |
nothing calls this directly
no test coverage detected