MCPcopy Index your code
hub / github.com/cli/cli / CurrentUserComments

Method CurrentUserComments

api/queries_pr.go:317–319  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

315}
316
317func (pr PullRequest) CurrentUserComments() []Comment {
318 return pr.Comments.CurrentUserComments()
319}
320
321func (pr PullRequest) IsOpen() bool {
322 return pr.State == "OPEN"

Callers

nothing calls this directly

Calls 1

CurrentUserCommentsMethod · 0.65

Tested by

no test coverage detected