Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/micro-editor/micro
/ Up
Method
Up
internal/buffer/cursor.go:277–279 ·
view source on GitHub ↗
Up moves the cursor up one line (if possible)
()
Source
from the content-addressed store, hash-verified
275
276
// Up moves the cursor up one line (if possible)
277
func
(c *Cursor) Up() {
278
c.UpN(1)
279
}
280
281
// Down moves the cursor down one line (if possible)
282
func
(c *Cursor) Down() {
Callers
1
Left
Method · 0.95
Calls
1
UpN
Method · 0.95
Tested by
no test coverage detected