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