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

Method InvolvesNote

internal/app/notes.go:185–187  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

183}
184
185func (s *StringConn) InvolvesNote(id string) bool {
186 return s.A.NoteID == id || s.B.NoteID == id
187}
188
189// Pos returns an endpoint's SCREEN position (for drawing).
190func (e *StringEnd) Pos(b *Board) (int, int, bool) {

Callers 5

captureDeleteSnapshotMethod · 0.80
DeleteMethod · 0.80
StringsTouchingMethod · 0.80
DeleteStringsTouchingMethod · 0.80
drawStringSetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected