Function: tramp-file-property-p

tramp-file-property-p is an autoloaded and byte-compiled function defined in tramp-cache.el.gz.

Signature

(tramp-file-property-p KEY FILE PROPERTY)

Documentation

Check whether PROPERTY of FILE is defined in the cache context of KEY.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-cache.el.gz
;;;###tramp-autoload
(defun tramp-file-property-p (key file property)
  "Check whether PROPERTY of FILE is defined in the cache context of KEY."
  (and
   (not (eq key tramp-cache-undefined))
   (not (eq (tramp-get-file-property key file property tramp-cache-undefined)
	    tramp-cache-undefined))))