MCPcopy Create free account
hub / github.com/atomicgo/cursor / StartOfLine

Function StartOfLine

utils.go:94–96  ·  view source on GitHub ↗

StartOfLine moves the cursor to the start of the current line.

()

Source from the content-addressed store, hash-verified

92
93// StartOfLine moves the cursor to the start of the current line.
94func StartOfLine() {
95 HorizontalAbsolute(0)
96}
97
98// StartOfLineDown moves the cursor down by n lines, then moves to cursor to the start of the line.
99func StartOfLineDown(n int) {

Callers 3

BottomFunction · 0.85
StartOfLineDownFunction · 0.85
StartOfLineUpFunction · 0.85

Calls 1

HorizontalAbsoluteFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…