MCPcopy
hub / github.com/micro-editor/micro / StoreVisualX

Method StoreVisualX

internal/buffer/cursor.go:624–627  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

622}
623
624func (c *Cursor) StoreVisualX() {
625 c.LastVisualX = c.GetVisualX(false)
626 c.LastWrappedVisualX = c.GetVisualX(true)
627}

Callers 15

NewCursorFunction · 0.95
GotoMethod · 0.95
GotoLocMethod · 0.95
StartMethod · 0.95
EndMethod · 0.95
DeselectMethod · 0.95
UpNMethod · 0.95
LeftMethod · 0.95
RightMethod · 0.95
MousePressMethod · 0.80
MouseDragMethod · 0.80

Calls 1

GetVisualXMethod · 0.95

Tested by

no test coverage detected