()
| 478 | } |
| 479 | |
| 480 | func (i Issue) CurrentUserComments() []Comment { |
| 481 | return i.Comments.CurrentUserComments() |
| 482 | } |
| 483 | |
| 484 | // UpdateIssueIssueType sets or clears the issue type on an issue. Pass an |
| 485 | // empty issueTypeID to clear the issue type. |
nothing calls this directly
no test coverage detected