Function: ede-locate-flush-hash
ede-locate-flush-hash is a byte-compiled function defined in
locate.el.gz.
Signature
(ede-locate-flush-hash ARG &rest ARGS)
Implementations
(ede-locate-flush-hash (LOC ede-locate-base)) in `ede/locate.el'.
For LOC, flush hash table and start from scratch.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/ede/locate.el.gz
(cl-defmethod ede-locate-flush-hash ((loc ede-locate-base))
"For LOC, flush hash table and start from scratch."
(oset loc hash (make-hash-table :test 'equal)))