Function: tramp-debug-outline-level
tramp-debug-outline-level is a byte-compiled function defined in
tramp-message.el.gz.
Signature
(tramp-debug-outline-level)
Documentation
Return the depth to which a statement is nested in the outline.
Point must be at the beginning of a header line.
The outline level is equal to the verbosity of the Tramp message.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-message.el.gz
(defun tramp-debug-outline-level ()
"Return the depth to which a statement is nested in the outline.
Point must be at the beginning of a header line.
The outline level is equal to the verbosity of the Tramp message."
(declare (tramp-suppress-trace t))
(1+ (string-to-number (match-string 3))))