Function: ert--ewoc-entry-p

ert--ewoc-entry-p is a function defined in ert.el.gz.

Signature

(ert--ewoc-entry-p X)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/ert.el.gz
;; Could not find source code, showing raw function object.
#[(x) ((and (memq (type-of x) cl-struct-ert--ewoc-entry-tags) t))
  (cl-struct-ert--ewoc-entry-tags)]