Function: ad-verify-cache-id
ad-verify-cache-id is a byte-compiled function defined in
advice.el.gz.
Signature
(ad-verify-cache-id FUNCTION)
Documentation
True if FUNCTION's cache-id is compatible with its current advices.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/advice.el.gz
(defun ad-verify-cache-id (function)
"True if FUNCTION's cache-id is compatible with its current advices."
(eq (ad-cache-id-verification-code function) 'verified))