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