Function: ibtype:test-p
ibtype:test-p is a byte-compiled function defined in hbut.el.
Signature
(ibtype:test-p IBTYPE)
Documentation
Return t if IBTYPE would activate in the current buffer context, else nil.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hbut.el
(defun ibtype:test-p (ibtype)
"Return t if IBTYPE would activate in the current buffer context, else nil."
(let ((elisp-sym (ibtype:elisp-symbol ibtype))
(hrule:action #'actype:identity))
(and elisp-sym (funcall elisp-sym) t)))