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

Function prStateWithDraft

pkg/cmd/pr/view/view.go:482–488  ·  view source on GitHub ↗
(pr *api.PullRequest)

Source from the content-addressed store, hash-verified

480}
481
482func prStateWithDraft(pr *api.PullRequest) string {
483 if pr.IsDraft && pr.State == "OPEN" {
484 return "DRAFT"
485 }
486
487 return pr.State
488}

Callers 1

printRawPrPreviewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected