Function: semantic-scope-reset-cache

semantic-scope-reset-cache is a byte-compiled function defined in scope.el.gz.

Signature

(semantic-scope-reset-cache)

Documentation

Get the current cached scope, and reset it.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/scope.el.gz
(defun semantic-scope-reset-cache ()
  "Get the current cached scope, and reset it."
  (when semanticdb-current-table
    (let ((co (semanticdb-cache-get semanticdb-current-table
				    'semantic-scope-cache)))
      (semantic-reset co))))