Function: forge--object-id
forge--object-id is a byte-compiled function defined in forge-core.el.
Signature
(forge--object-id CLASS &rest ARGS)
Documentation
Return the database id for the CLASS object specified by ARGS.
Implementations
(forge--object-id (PREFIX string) NUMBER-OR-ID) in `forge-topic.el'.
Undocumented
(forge--object-id (CLASS (subclass forge-topic)) REPO NUMBER) in `forge-topic.el'.
Return the id for a CLASS object in REPO identified by id NUMBER.
Source Code
;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-core.el
;;; Identity
(cl-defgeneric forge--object-id (class &rest args)
"Return the database id for the CLASS object specified by ARGS.")