Function: ert--ewoc-entry-p
ert--ewoc-entry-p is a function defined in ert.el.gz.
Signature
(ert--ewoc-entry-p CL-X)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/ert.el.gz
;; Could not find source code, showing raw function object.
#[(cl-x)
((cl-block ert--ewoc-entry-p
(and (memq (type-of cl-x) cl-struct-ert--ewoc-entry-tags) t)))
(t)]