Variable: projectile--task-entry-set

projectile--task-entry-set is a variable defined in projectile.el.

Value

nil

Documentation

Entries of the project root being scanned for tasks, or nil.

Bound by projectile-discovered-tasks so the providers can answer
"is this manifest here?" from a single directory listing instead of
stat-ing every candidate name (see projectile--directory-entry-set).

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defvar projectile--task-entry-set nil
  "Entries of the project root being scanned for tasks, or nil.
Bound by `projectile-discovered-tasks' so the providers can answer
\"is this manifest here?\" from a single directory listing instead of
stat-ing every candidate name (see `projectile--directory-entry-set').")