Function: tramp-parse-shosts-group

tramp-parse-shosts-group is a byte-compiled function defined in tramp.el.gz.

Signature

(tramp-parse-shosts-group)

Documentation

Return a (user host) tuple allowed to access.

User is always nil.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defun tramp-parse-shosts-group ()
   "Return a (user host) tuple allowed to access.
User is always nil."
   (tramp-parse-group
    (tramp-compat-rx bol (group (regexp tramp-host-regexp))) 1 ","))