Function: semanticdb-directory-loaded-p
semanticdb-directory-loaded-p is a byte-compiled function defined in
db.el.gz.
Signature
(semanticdb-directory-loaded-p PATH)
Documentation
Return the project belonging to PATH if it was already loaded.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/db.el.gz
(defun semanticdb-directory-loaded-p (path)
"Return the project belonging to PATH if it was already loaded."
(eieio-instance-tracker-find path 'reference-directory 'semanticdb-database-list))