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

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

Signature

(semanticdb-file-table-object-put-hash FILE DBTABLE)

Documentation

For FILE, associate DBTABLE in the hash table.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/db.el.gz
(defun semanticdb-file-table-object-put-hash (file dbtable)
  "For FILE, associate DBTABLE in the hash table."
  (puthash file dbtable semanticdb-file-table-hash))