Function: treemacs-current-scope-type
treemacs-current-scope-type is a byte-compiled function defined in
treemacs-scope.el.
Signature
(treemacs-current-scope-type)
Documentation
Return the current scope type.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-scope.el
(define-inline treemacs-current-scope-type ()
"Return the current scope type."
(declare (side-effect-free t))
(inline-quote treemacs--current-scope-type))