Function: treesit-node-named
treesit-node-named is a byte-compiled function defined in
treesit.el.gz.
Signature
(treesit-node-named NODE)
Documentation
Return non-nil if NODE has the property named.
Source Code
;; Defined in /usr/src/emacs/lisp/treesit.el.gz
;;; Helpers
(defun treesit-node-named (node)
"Return non-nil if NODE has the property `named'."
(treesit-node-check node 'named))