Function: erc-sasl--state-pending

erc-sasl--state-pending is a byte-compiled function defined in erc-sasl.el.gz.

Signature

(erc-sasl--state-pending CL-X)

Documentation

Access slot "pending" of erc-sasl--state struct CL-X.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-sasl.el.gz
(cl-defstruct erc-sasl--state
  "Holder for client object and subproto state."
  (client nil :type vector)
  (step nil :type vector)
  (pending nil :type string))