Function: treemacs-current-scope-type--inliner

treemacs-current-scope-type--inliner is a function defined in treemacs-scope.el.

Signature

(treemacs-current-scope-type--inliner INLINE--FORM)

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-scope.el
;; Closure converted to defun by helpful.
(defun treemacs-current-scope-type--inliner
    (inline--form)
  (ignore inline--form)
  (catch 'inline--just-use 'treemacs--current-scope-type))