Function: ad-verify-cache-class-id
ad-verify-cache-class-id is a byte-compiled function defined in
advice.el.gz.
Signature
(ad-verify-cache-class-id CACHE-CLASS-ID ADVICES)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/advice.el.gz
(defun ad-verify-cache-class-id (cache-class-id advices)
(cl-dolist (advice advices (null cache-class-id))
(if (ad-advice-enabled advice)
(if (eq (car cache-class-id) (ad-advice-name advice))
(setq cache-class-id (cdr cache-class-id))
(cl-return nil)))))