Function: ede--put-inode-dir-hash

ede--put-inode-dir-hash is a byte-compiled function defined in files.el.gz.

Signature

(ede--put-inode-dir-hash DIR INODE)

Documentation

Add to the EDE project hash DIR associated with INODE.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede/files.el.gz
(defun ede--put-inode-dir-hash (dir inode)
  "Add to the EDE project hash DIR associated with INODE."
  (puthash dir inode ede-inode-directory-hash)
  inode)