Variable: consult-xref--fetcher

consult-xref--fetcher is a variable defined in consult-xref.el.

Value

nil

Documentation

The current xref fetcher.

The fetch is stored globally such that it can be accessed by
 Embark for embark-export.

Source Code

;; Defined in ~/.emacs.d/elpa/consult-20260805.1130/consult-xref.el
(defvar consult-xref--fetcher nil
  "The current xref fetcher.
The fetch is stored globally such that it can be accessed by
 Embark for `embark-export'.")