Variable: tramp-archive-hash
tramp-archive-hash is a variable defined in tramp-archive.el.gz.
Value
#s(hash-table test equal)
Documentation
Hash table for archive local copies.
The hash key is the archive name. The value is a cons of the
used tramp-file-name structure for tramp-gvfs, and the file
name of a local copy, if any.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-archive.el.gz
(defvar tramp-archive-hash (make-hash-table :test #'equal)
"Hash table for archive local copies.
The hash key is the archive name. The value is a cons of the
used `tramp-file-name' structure for tramp-gvfs, and the file
name of a local copy, if any.")