MCPcopy 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
396func (b *Board) Select(id string) { b.Selected = id }
397
398func (b *Board) Cycle(direction int) {
399 if len(b.Notes) == 0 {

Callers 1

handleMouseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected