CIRCT 22.0.0git
|
Accumulated edits + timing for a single document key. More...
#include <PendingChanges.h>
Public Attributes | |
std::vector< llvm::lsp::TextDocumentContentChangeEvent > | changes |
int64_t | version = 0 |
std::chrono::steady_clock::time_point | firstChangeTime {} |
std::chrono::steady_clock::time_point | lastChangeTime {} |
Accumulated edits + timing for a single document key.
Definition at line 47 of file PendingChanges.h.
std::vector<llvm::lsp::TextDocumentContentChangeEvent> circt::lsp::PendingChanges::changes |
Definition at line 48 of file PendingChanges.h.
std::chrono::steady_clock::time_point circt::lsp::PendingChanges::firstChangeTime {} |
Definition at line 50 of file PendingChanges.h.
Referenced by circt::lsp::PendingChangesMap::debounceAndThen().
std::chrono::steady_clock::time_point circt::lsp::PendingChanges::lastChangeTime {} |
Definition at line 51 of file PendingChanges.h.
Referenced by circt::lsp::PendingChangesMap::debounceAndThen().
int64_t circt::lsp::PendingChanges::version = 0 |
Definition at line 49 of file PendingChanges.h.