Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/continuedev/continue
/ moveToEnd
Method
moveToEnd
extensions/cli/src/ui/TextBuffer.ts:176–178 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
174
}
175
176
moveToEnd(): void {
177
this._cursor = this._text.length;
178
}
179
180
moveLeft(): void {
181
this._cursor = Math.max(0, this._cursor - 1);
Callers
2
handleCtrlKey
Method · 0.95
TextBuffer.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected