Function: org-roam-node-p

org-roam-node-p is a function defined in org-roam-node.el.

Signature

(org-roam-node-p CL-X)

Source Code

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