()
| 315 | } |
| 316 | |
| 317 | func (pr PullRequest) CurrentUserComments() []Comment { |
| 318 | return pr.Comments.CurrentUserComments() |
| 319 | } |
| 320 | |
| 321 | func (pr PullRequest) IsOpen() bool { |
| 322 | return pr.State == "OPEN" |
nothing calls this directly
no test coverage detected