Function: treemacs-dom-node-p

treemacs-dom-node-p is a function defined in treemacs-dom.el.

Signature

(treemacs-dom-node-p CL-X)

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-dom.el
;; Could not find source code, showing raw function object.
#[(cl-x)
  ((cl-block treemacs-dom-node-p
     (and (memq (type-of cl-x) cl-struct-treemacs-dom-node-tags) t)))
  (t)]