Function: semanticdb-partial-synchronize-table
semanticdb-partial-synchronize-table is a byte-compiled function
defined in db-mode.el.gz.
Signature
(semanticdb-partial-synchronize-table NEW-TABLE)
Documentation
Function run after parsing.
Argument NEW-TABLE is the new table of tags.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/db-mode.el.gz
(defun semanticdb-partial-synchronize-table (new-table)
"Function run after parsing.
Argument NEW-TABLE is the new table of tags."
(when semanticdb-current-table
(semanticdb-partial-synchronize semanticdb-current-table new-table)))