Function: tramp-sshfs-handle-file-system-info
tramp-sshfs-handle-file-system-info is a byte-compiled function
defined in tramp-sshfs.el.gz.
Signature
(tramp-sshfs-handle-file-system-info FILENAME)
Documentation
Like file-system-info for Tramp files.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-sshfs.el.gz
(defun tramp-sshfs-handle-file-system-info (filename)
"Like `file-system-info' for Tramp files."
;;`file-system-info' exists since Emacs 27.1.
(tramp-compat-funcall 'file-system-info (tramp-fuse-local-file-name filename)))