Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/B33pBeeps/redthread
/ Select
Method
Select
internal/app/notes.go:396–396 ·
view source on GitHub ↗
(id string)
Source
from the content-addressed store, hash-verified
394
}
395
396
func
(b *Board) Select(id string) { b.Selected = id }
397
398
func
(b *Board) Cycle(direction int) {
399
if
len(b.Notes) == 0 {
Callers
1
handleMouse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected