--- String connections ------------------------------------------------
| 155 | // --- String connections ------------------------------------------------ |
| 156 | |
| 157 | type StringEnd struct { |
| 158 | NoteID string `json:"note,omitempty"` |
| 159 | X int `json:"x,omitempty"` // WORLD coord (for wall pins) |
| 160 | Y int `json:"y,omitempty"` |
| 161 | } |
| 162 | |
| 163 | type StringConn struct { |
| 164 | A StringEnd `json:"a"` |
nothing calls this directly
no outgoing calls
no test coverage detected