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

Method IsOpen

api/queries_pr.go:346–348  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

344}
345
346func (pr PullRequest) IsOpen() bool {
347 return pr.State == "OPEN"
348}
349
350type PullRequestChecksStatus struct {
351 Pending int

Callers 3

closeRunFunction · 0.80
readyRunFunction · 0.80
reopenRunFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected