Function: helpful--run-test
helpful--run-test is a byte-compiled function defined in helpful.el.
Signature
(helpful--run-test BUTTON)
Documentation
Disassemble the current symbol.
Source Code
;; Defined in ~/.emacs.d/elpa/helpful-20250408.334/helpful.el
(defun helpful--run-test (button)
"Disassemble the current symbol."
(ert (button-get button 'symbol)))