Function: org-roam-grep-section--eieio-childp
org-roam-grep-section--eieio-childp is a byte-compiled function
defined in org-roam-mode.el.
Signature
(org-roam-grep-section--eieio-childp OBJ)
Documentation
Return non-nil if OBJ is an object of type org-roam-grep-section(var)/org-roam-grep-section(fun) or
a subclass.
Aliases
org-roam-grep-section-child-p (obsolete since 25.1)
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.")