()
| 481 | } |
| 482 | |
| 483 | func (i Issue) CurrentUserComments() []Comment { |
| 484 | return i.Comments.CurrentUserComments() |
| 485 | } |
| 486 | |
| 487 | // RepositoryDatabaseID returns the numeric REST id of the repository, or zero |
| 488 | // when the "repository" field was not requested. |
nothing calls this directly
no test coverage detected