Function: forge--format-avatar

forge--format-avatar is a byte-compiled function defined in forge-topic.el.

Signature

(forge--format-avatar PERSON)

Source Code

;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-topic.el
(defun forge--format-avatar (person)
  (if forge-format-avatar-function
      (funcall forge-format-avatar-function person)
    ""))