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

Function colorForPRState

pkg/cmd/search/shared/shared.go:188–199  ·  view source on GitHub ↗
(state string)

Source from the content-addressed store, hash-verified

186}
187
188func colorForPRState(state string) string {
189 switch state {
190 case "open":
191 return "green"
192 case "closed":
193 return "red"
194 case "merged":
195 return "magenta"
196 default:
197 return ""
198 }
199}

Callers 1

displayIssueResultsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected