Variable: projectile--sibling-project-pool

projectile--sibling-project-pool is a variable defined in projectile.el.

Value

nil

Documentation

The known projects a sibling lookup is choosing from.

Bound by projectile-sibling-projects so that every signal function shares one walk of the known projects and one pass of the ignore filtering, instead of each of them paying for both.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defvar projectile--sibling-project-pool nil
  "The known projects a sibling lookup is choosing from.
Bound by `projectile-sibling-projects' so that every signal function
shares one walk of the known projects and one pass of the ignore
filtering, instead of each of them paying for both.")