Function: projectile-session--current-tab
projectile-session--current-tab is a byte-compiled function defined in
projectile.el.
Signature
(projectile-session--current-tab)
Documentation
Return the current tab of the selected frame.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defun projectile-session--current-tab ()
"Return the current tab of the selected frame."
(assq 'current-tab (tab-bar-tabs)))