MCPcopy Create free account
hub / github.com/B33pBeeps/redthread / findNote

Method findNote

internal/app/model.go:1147–1147  ·  view source on GitHub ↗

--- helpers ----------------------------------------------------------

(id string)

Source from the content-addressed store, hash-verified

1145// --- helpers ----------------------------------------------------------
1146
1147func (m model) findNote(id string) *Note { return m.board.FindNote(id) }
1148
1149// newCanvas builds a canvas pre-set with the workspace's solid background
1150// (nil for cork/transparent, which keeps cells transparent).

Callers 5

UpdateMethod · 0.95
handleEditKeyMethod · 0.95
handleMouseMethod · 0.95
ViewMethod · 0.95
drawTransitionViewMethod · 0.95

Calls 1

FindNoteMethod · 0.80

Tested by

no test coverage detected