Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Eeive/Evcode-ide
/ text
Method
text
src/editor/buffer.rs:128–130 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
126
}
127
128
pub fn text(&self) -> String {
129
self.document.to_string()
130
}
131
132
pub fn insert_char(&mut self, ch: char) {
133
let cursor_before = self.cursor;
Callers
3
save
Method · 0.80
handle_key
Method · 0.80
notify_current_lsp_did_change
Method · 0.80
Calls
1
to_string
Method · 0.80
Tested by
no test coverage detected