Function: elp--instrumented-p
elp--instrumented-p is a byte-compiled function defined in elp.el.gz.
Signature
(elp--instrumented-p SYM)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/elp.el.gz
(defun elp--instrumented-p (sym)
(advice-member-p elp--advice-name sym))