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

TypeAlias CheckStatusState

api/queries_pr.go:176–176  ·  view source on GitHub ↗

https://docs.github.com/en/graphql/reference/enums#checkstatusstate

Source from the content-addressed store, hash-verified

174
175// https://docs.github.com/en/graphql/reference/enums#checkstatusstate
176type CheckStatusState string
177
178const (
179 CheckStatusStateCompleted CheckStatusState = "COMPLETED"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected