Function: semantic-tag-folded-p

semantic-tag-folded-p is a byte-compiled function defined in decorate.el.gz.

Signature

(semantic-tag-folded-p TAG)

Documentation

Non-nil if TAG is currently folded.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/decorate.el.gz
(defun semantic-tag-folded-p (tag)
  "Non-nil if TAG is currently folded."
  (semantic-tag-get-secondary-overlay tag 'semantic-folded)
  )