Function: semanticdb-file-table-object-from-hash

semanticdb-file-table-object-from-hash is a byte-compiled function defined in db.el.gz.

Signature

(semanticdb-file-table-object-from-hash FILE)

Documentation

Retrieve a DB table from the hash for FILE.

Does not use file-truename.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/db.el.gz
(defun semanticdb-file-table-object-from-hash (file)
  "Retrieve a DB table from the hash for FILE.
Does not use `file-truename'."
  (gethash file semanticdb-file-table-hash 'no-hit))