Module RPCModelContentChangeDTO
Mountain
0.0.1
Module RPCModel
Content
ChangeDTO
Sections
RPCModelContentChangeDTO
RESPONSIBILITY
FIELDS
Module Items
Structs
In Mountain::
Application
State::
DTO
Mountain
::
ApplicationState
::
DTO
Module
RPCModel
Content
ChangeDTO
Copy item path
Source
Expand description
§
RPCModelContentChangeDTO
§
RESPONSIBILITY
Data transfer object for text document changes
Serializable format for gRPC/IPC transmission
Used by Mountain to apply delta changes to documents
Compatible with VS Code’s LSP RPC protocol
§
FIELDS
Range: The range of text to replace
Text: The new text to insert
Structs
§
RPCModel
Content
ChangeDTO
Represents a single text change operation, including the range to be replaced and the new text to insert. This is part of a collection sent when a document is edited.