Function: projectile-session--tab-root

projectile-session--tab-root is a byte-compiled function defined in projectile.el.

Signature

(projectile-session--tab-root TAB)

Documentation

Return the project root stamped on TAB, or nil when it holds no project.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defun projectile-session--tab-root (tab)
  "Return the project root stamped on TAB, or nil when it holds no project."
  (alist-get 'projectile-root (cdr tab)))