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

Method IsOpen

api/queries_pr.go:321–323  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

319}
320
321func (pr PullRequest) IsOpen() bool {
322 return pr.State == "OPEN"
323}
324
325type PullRequestChecksStatus struct {
326 Pending int

Callers 3

closeRunFunction · 0.80
readyRunFunction · 0.80
reopenRunFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected