(id string)
| 183 | } |
| 184 | |
| 185 | func (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). |
| 190 | func (e *StringEnd) Pos(b *Board) (int, int, bool) { |
no outgoing calls
no test coverage detected