Function: tramp-get-connection-process
tramp-get-connection-process is a byte-compiled function defined in
tramp.el.gz.
Signature
(tramp-get-connection-process VEC)
Documentation
Get the connection process to be used for VEC.
In case a second asynchronous communication has been started, it is different from the default one.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defun tramp-get-connection-process (vec)
"Get the connection process to be used for VEC.
In case a second asynchronous communication has been started, it is different
from the default one."
(and (tramp-file-name-p vec) (get-process (tramp-get-connection-name vec))))