Function: treemacs-scope-shelf-p--cmacro
treemacs-scope-shelf-p--cmacro is a function defined in
treemacs-scope.el.
Signature
(treemacs-scope-shelf-p--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for inlining treemacs-scope-shelf-p.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-scope.el
;; Closure converted to defun by helpful.
(defun treemacs-scope-shelf-p--cmacro
(_cl-whole-arg cl-x)
"compiler-macro for inlining `treemacs-scope-shelf-p'."
(cl-block treemacs-scope-shelf-p--cmacro
(cl--defsubst-expand
'(cl-x)
'(cl-block treemacs-scope-shelf-p
(and
(memq
(type-of cl-x)
cl-struct-treemacs-scope-shelf-tags)
t))
nil nil nil cl-x)))