Function: flymake-proc--get-buildfile-from-cache

flymake-proc--get-buildfile-from-cache is a byte-compiled function defined in flymake-proc.el.gz.

Signature

(flymake-proc--get-buildfile-from-cache DIR-NAME)

Documentation

Look up DIR-NAME in cache and return its associated value.

If DIR-NAME is not found, return nil.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/flymake-proc.el.gz
(defun flymake-proc--get-buildfile-from-cache (dir-name)
  "Look up DIR-NAME in cache and return its associated value.
If DIR-NAME is not found, return nil."
  (gethash dir-name flymake-proc--find-buildfile-cache))