Function: jsonrpc-process-type
jsonrpc-process-type is a byte-compiled function defined in
jsonrpc.el.gz.
Signature
(jsonrpc-process-type CONN)
Documentation
Return the process-type of JSONRPC connection CONN.
Source Code
;; Defined in /usr/src/emacs/lisp/jsonrpc.el.gz
(defun jsonrpc-process-type (conn)
"Return the `process-type' of JSONRPC connection CONN."
(process-type (jsonrpc--process conn)))