Function: semanticdb-synchronize-table

semanticdb-synchronize-table is a byte-compiled function defined in db-mode.el.gz.

Signature

(semanticdb-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
;;; SYNCHRONIZATION HOOKS
;;
(defun semanticdb-synchronize-table (new-table)
  "Function run after parsing.
Argument NEW-TABLE is the new table of tags."
  (when semanticdb-current-table
    (semanticdb-synchronize semanticdb-current-table new-table)))