Function: semanticdb-table-global-p
semanticdb-table-global-p is a byte-compiled function defined in
db-global.el.gz.
Signature
(semanticdb-table-global-p OBJ)
Documentation
Return non-nil if OBJ is an object of type semanticdb-table-global(var)/semanticdb-table-global(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/db-global.el.gz
;;; Classes:
(defclass semanticdb-table-global (semanticdb-search-results-table)
((major-mode :initform nil)
)
"A table for returning search results from GNU Global.")