MCPcopy Create free account
hub / github.com/cli/cli / PullRequestReview

Struct PullRequestReview

api/queries_pr_review.go:38–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38type PullRequestReview struct {
39 ID string `json:"id"`
40 Author CommentAuthor `json:"author"`
41 AuthorAssociation string `json:"authorAssociation"`
42 Body string `json:"body"`
43 SubmittedAt *time.Time `json:"submittedAt"`
44 IncludesCreatedEdit bool `json:"includesCreatedEdit"`
45 ReactionGroups ReactionGroups `json:"reactionGroups"`
46 State string `json:"state"`
47 URL string `json:"url,omitempty"`
48 Commit Commit `json:"commit"`
49}
50
51func (prr PullRequestReview) Identifier() string {
52 return prr.ID

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected