Function: comp--compute-function-types

comp--compute-function-types is a byte-compiled function defined in comp.el.gz.

Signature

(comp--compute-function-types _)

Documentation

Compute and store the type specifier for all functions.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp.el.gz
(defun comp--compute-function-types (_)
  "Compute and store the type specifier for all functions."
  (maphash #'comp--compute-function-type (comp-ctxt-funcs-h comp-ctxt)))