Function: ede-locate-file-in-hash

ede-locate-file-in-hash is a byte-compiled function defined in locate.el.gz.

Signature

(ede-locate-file-in-hash ARG &rest ARGS)

Implementations

(ede-locate-file-in-hash (LOC ede-locate-base) FILESTRING) in `ede/locate.el'.

For LOC, is the file FILESTRING in our hash table?

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede/locate.el.gz
(cl-defmethod ede-locate-file-in-hash ((loc ede-locate-base)
				    filestring)
  "For LOC, is the file FILESTRING in our hash table?"
  (gethash filestring (oref loc hash)))