Function: consult--multi-source
consult--multi-source is a byte-compiled function defined in
consult.el.
Signature
(consult--multi-source SOURCES CAND)
Documentation
Lookup source for CAND in SOURCES list.
Source Code
;; Defined in ~/.emacs.d/elpa/consult-20260805.1130/consult.el
;;;; Internal API: consult--multi
(defsubst consult--multi-source (sources cand)
"Lookup source for CAND in SOURCES list."
(aref sources (consult--tofu-get cand)))