Function: consult--multi-group

consult--multi-group is a byte-compiled function defined in consult.el.

Signature

(consult--multi-group SOURCES CAND TRANSFORM)

Documentation

Return title of candidate CAND or TRANSFORM the candidate given SOURCES.

Source Code

;; Defined in ~/.emacs.d/elpa/consult-20260805.1130/consult.el
(defun consult--multi-group (sources cand transform)
  "Return title of candidate CAND or TRANSFORM the candidate given SOURCES."
  (if transform cand
    (plist-get (consult--multi-source sources cand) :name)))