Function: forge-get-url

forge-get-url is a byte-compiled function defined in forge-commands.el.

Signature

(forge-get-url OBJ)

Documentation

Return the URL for a forge object.

Implementations

(forge-get-url (NOTIFY forge-notification)) in `forge-commands.el'.

Undocumented

(forge-get-url (POST forge-post)) in `forge-commands.el'.

Undocumented

(forge-get-url (_ (eql :remote)) REMOTE) in `forge-commands.el'.

Undocumented

(forge-get-url (_ (eql :branch)) BRANCH) in `forge-commands.el'.

Undocumented

(forge-get-url (_ (eql :blob)) COMMIT FILE &optional LINE END FORCE-HASH) in `forge-commands.el'.

Undocumented

(forge-get-url (_ (eql :commit)) COMMIT) in `forge-commands.el'.

Undocumented

(forge-get-url (REPO forge-repository)) in `forge-commands.el'.

Undocumented

(forge-get-url (PULLREQ forge-pullreq)) in `forge-commands.el'.

Undocumented

(forge-get-url (ISSUE forge-issue)) in `forge-commands.el'.

Undocumented

(forge-get-url (DISC forge-discussion)) in `forge-commands.el'.

Undocumented

Source Code

;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-commands.el
;;;; Urls

(cl-defgeneric forge-get-url (obj)
  "Return the URL for a forge object.")