Function: eglot--pre-command-hook

eglot--pre-command-hook is a byte-compiled function defined in eglot.el.gz.

Signature

(eglot--pre-command-hook)

Documentation

Reset some state.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defun eglot--pre-command-hook ()
  "Reset some state."
  (clrhash eglot--workspace-symbols-cache)
  (eglot--cancel-inflight-async-requests)
  (setq eglot--last-inserted-char nil))