Function: semanticdb-search-results-table-p
semanticdb-search-results-table-p is a byte-compiled function defined
in db.el.gz.
Signature
(semanticdb-search-results-table-p OBJ)
Documentation
Return non-nil if OBJ is an object of type semanticdb-search-results-table(var)/semanticdb-search-results-table(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/db.el.gz
;;; SEARCH RESULTS TABLE
;;
;; Needed for system databases that may not provide
;; a semanticdb-table associated with a file.
;;
(defclass semanticdb-search-results-table (semanticdb-abstract-table)
()
"Table used for search results when there is no file or table association.
Examples include search results from external sources such as from
Emacs's own symbol table, or from external libraries.")