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

Function StartOfLineDown

utils.go:99–102  ·  view source on GitHub ↗

StartOfLineDown moves the cursor down by n lines, then moves to cursor to the start of the line.

(n int)

Source from the content-addressed store, hash-verified

97
98// StartOfLineDown moves the cursor down by n lines, then moves to cursor to the start of the line.
99func StartOfLineDown(n int) {
100 Down(n)
101 StartOfLine()
102}
103
104// StartOfLineUp moves the cursor up by n lines, then moves to cursor to the start of the line.
105func StartOfLineUp(n int) {

Callers

nothing calls this directly

Calls 2

DownFunction · 0.85
StartOfLineFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…