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

Struct CheckRunCountByState

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

Source from the content-addressed store, hash-verified

152)
153
154type CheckRunCountByState struct {
155 State CheckRunState
156 Count int
157}
158
159// https://docs.github.com/en/graphql/reference/enums#statusstate
160type StatusState string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected