Variable: tramp-archive-hash
tramp-archive-hash is a variable defined in tramp-archive.el.gz.
Value
#s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data
())
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.")