Function: data-debug-line-expandable-p
data-debug-line-expandable-p is a byte-compiled function defined in
data-debug.el.gz.
Signature
(data-debug-line-expandable-p)
Documentation
Return non-nil if the current line is expandable.
Lines that are not expandable are assumed to not be contractible.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/data-debug.el.gz
(defun data-debug-line-expandable-p ()
"Return non-nil if the current line is expandable.
Lines that are not expandable are assumed to not be contractible."
(not (get-text-property (point) 'ddebug-noexpand)))