Function: ede--get-inode-dir-hash
ede--get-inode-dir-hash is a byte-compiled function defined in
files.el.gz.
Signature
(ede--get-inode-dir-hash DIR)
Documentation
Get the EDE project hash DIR associated with INODE.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/ede/files.el.gz
(defun ede--get-inode-dir-hash (dir)
"Get the EDE project hash DIR associated with INODE."
(gethash dir ede-inode-directory-hash))