Function: tramp-get-file-name-with-method
tramp-get-file-name-with-method is a byte-compiled function defined in
tramp-cmds.el.gz.
Signature
(tramp-get-file-name-with-method)
Documentation
Return connection-local value of tramp-file-name-with-method.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-cmds.el.gz
(defun tramp-get-file-name-with-method ()
"Return connection-local value of `tramp-file-name-with-method'."
(tramp-compat-connection-local-value tramp-file-name-with-method))