Function: tramp-file-name-method

tramp-file-name-method is a byte-compiled function defined in tramp.el.gz.

Signature

(tramp-file-name-method CL-X)

Documentation

Access slot "method" of tramp-file-name struct CL-X.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
;;; Internal functions which must come first:

;; Conversion functions between external representation and
;; internal data structure.  Convenience functions for internal
;; data structure.

;; The basic structure for remote file names.  We use a list :type, in
;; order to be compatible with Emacs 25.  We must autoload it in
;; tramp-loaddefs.el, because some functions, which need it, wouldn't
;; work otherwise when unloading / reloading Tramp.  (Bug#50869)
;;;###tramp-autoload
(cl-defstruct (tramp-file-name (:type list) :named)
  method user domain host port localname hop)