Function: forge-get-notification

forge-get-notification is a byte-compiled function defined in forge-notify.el.

Signature

(forge-get-notification ARG &rest ARGS)

Implementations

(forge-get-notification (TOPIC forge-topic)) in `forge-notify.el'.

Undocumented

(forge-get-notification (ID string)) in `forge-notify.el'.

Undocumented

Source Code

;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-notify.el
(cl-defmethod forge-get-notification ((id string))
  (closql-get (forge-db) id 'forge-notification))