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

Function Right

utils.go:43–45  ·  view source on GitHub ↗

Right moves the cursor n characters to the right relative to the current position.

(n int)

Source from the content-addressed store, hash-verified

41
42// Right moves the cursor n characters to the right relative to the current position.
43func Right(n int) {
44 cursor.Right(n)
45}
46
47// Left moves the cursor n characters to the left relative to the current position.
48func Left(n int) {

Callers 2

TestCustomIOWriterFunction · 0.85
MoveFunction · 0.85

Calls 1

RightMethod · 0.45

Tested by 1

TestCustomIOWriterFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…