Function: eglot-forget-pending-continuations
eglot-forget-pending-continuations is an interactive and byte-compiled
function defined in eglot.el.gz.
Signature
(eglot-forget-pending-continuations SERVER)
Documentation
Forget pending requests for SERVER.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defun eglot-forget-pending-continuations (server)
"Forget pending requests for SERVER."
(interactive (list (eglot--current-server-or-lose)))
(jsonrpc-forget-pending-continuations server))