Variable: semanticdb-current-database

semanticdb-current-database is a buffer-local variable defined in db.el.gz.

Documentation

For a given buffer, this is the currently active database.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/db.el.gz
;;;###autoload
(defvar-local semanticdb-current-database nil
  "For a given buffer, this is the currently active database.")