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

Function Left

utils.go:48–50  ·  view source on GitHub ↗

Left moves the cursor n characters to the left relative to the current position.

(n int)

Source from the content-addressed store, hash-verified

46
47// Left moves the cursor n characters to the left relative to the current position.
48func Left(n int) {
49 cursor.Left(n)
50}
51
52// HorizontalAbsolute moves the cursor to n horizontally.
53// The position n is absolute to the start of the line.

Callers 2

TestCustomIOWriterFunction · 0.85
MoveFunction · 0.85

Calls 1

LeftMethod · 0.45

Tested by 1

TestCustomIOWriterFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…