Variable: eglot--TextDocumentIdentifier-cache

eglot--TextDocumentIdentifier-cache is a buffer-local variable defined in eglot.el.gz.

Documentation

LSP TextDocumentIdentifier-related cached info for current buffer.

Value is (TRUENAME . (:uri STR)), where STR is what is sent to the server on textDocument/didOpen and similar calls. TRUENAME is the expensive cached value of file-truename.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defvar-local eglot--TextDocumentIdentifier-cache nil
  "LSP TextDocumentIdentifier-related cached info for current buffer.
Value is (TRUENAME . (:uri STR)), where STR is what is sent to the
server on textDocument/didOpen and similar calls.  TRUENAME is the
expensive cached value of `file-truename'.")