Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/charmbracelet/glow
/ cursor
Method
cursor
ui/stash.go:192–194 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
190
}
191
192
func
(m stashModel) cursor() int {
193
return
m.currentSection().cursor
194
}
195
196
func
(m *stashModel) setCursor(i int) {
197
m.currentSection().cursor = i
Callers
5
markdownIndex
Method · 0.95
moveCursorUp
Method · 0.95
moveCursorDown
Method · 0.95
handleDocumentBrowsing
Method · 0.95
stashItemView
Function · 0.80
Calls
1
currentSection
Method · 0.95
Tested by
no test coverage detected