Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
624
func
(c *Cursor) StoreVisualX() {
625
c.LastVisualX = c.GetVisualX(false)
626
c.LastWrappedVisualX = c.GetVisualX(true)
627
}
Callers
15
SpawnMultiCursorSelect
Method · 0.95
NewCursor
Function · 0.95
Goto
Method · 0.95
GotoLoc
Method · 0.95
Start
Method · 0.95
End
Method · 0.95
Deselect
Method · 0.95
UpN
Method · 0.95
Left
Method · 0.95
Right
Method · 0.95
MousePress
Method · 0.80
MouseDrag
Method · 0.80
Calls
1
GetVisualX
Method · 0.95
Tested by
no test coverage detected