Function: semanticdb-fast-strip-find-results
semanticdb-fast-strip-find-results is a byte-compiled function defined
in db-find.el.gz.
Signature
(semanticdb-fast-strip-find-results RESULTS)
Documentation
Destructively strip a semanticdb search RESULTS to exclude objects.
This makes it appear more like the results of a semantic-find- call.
This is like semanticdb-strip-find-results, except the input list RESULTS
will be changed.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/db-find.el.gz
(defun semanticdb-fast-strip-find-results (results)
"Destructively strip a semanticdb search RESULTS to exclude objects.
This makes it appear more like the results of a `semantic-find-' call.
This is like `semanticdb-strip-find-results', except the input list RESULTS
will be changed."
(mapcan #'cdr results))