()
| 322 | } |
| 323 | |
| 324 | func (pr PullRequest) CurrentUserComments() []Comment { |
| 325 | return pr.Comments.CurrentUserComments() |
| 326 | } |
| 327 | |
| 328 | // RepositoryDatabaseID returns the numeric REST id of the repository, or zero |
| 329 | // when the "repository" field was not requested. |
nothing calls this directly
no test coverage detected