Function: org-roam-grep-section-p
org-roam-grep-section-p is a byte-compiled function defined in
org-roam-mode.el.
Signature
(org-roam-grep-section-p OBJ)
Documentation
Return non-nil if OBJ is an object of type org-roam-grep-section(var)/org-roam-grep-section(fun).
Source Code
;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-mode.el
(defclass org-roam-grep-section (magit-section)
((keymap :initform 'org-roam-grep-map)
(file :initform nil)
(row :initform nil)
(col :initform nil))
"A `magit-section' used by `org-roam-mode' to contain grep output.")