Variable: semanticdb-file-table-hash

semanticdb-file-table-hash is a variable defined in db.el.gz.

Value

#s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data
	      ())

Documentation

Hash table mapping file names to database tables.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/db.el.gz
;;; Generic Accessor Routines
;;
;; These routines can be used to get at tags in files w/out
;; having to know a lot about semanticDB.
(defvar semanticdb-file-table-hash (make-hash-table :test 'equal)
  "Hash table mapping file names to database tables.")