Function: semanticdb-file-loaded-p

semanticdb-file-loaded-p is a byte-compiled function defined in db-file.el.gz.

Signature

(semanticdb-file-loaded-p FILENAME)

Documentation

Return the project belonging to FILENAME if it was already loaded.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/db-file.el.gz
(defun semanticdb-file-loaded-p (filename)
  "Return the project belonging to FILENAME if it was already loaded."
  (eieio-instance-tracker-find filename 'file 'semanticdb-database-list))