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

Function StatusCheckRollupGraphQLWithCountByState

api/query_builder.go:208–230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

206`)
207
208func StatusCheckRollupGraphQLWithCountByState() string {
209 return shortenQuery(`
210 statusCheckRollup: commits(last: 1) {
211 nodes {
212 commit {
213 statusCheckRollup {
214 contexts {
215 checkRunCount,
216 checkRunCountsByState {
217 state,
218 count
219 },
220 statusContextCount,
221 statusContextCountsByState {
222 state,
223 count
224 }
225 }
226 }
227 }
228 }
229 }`)
230}
231
232func StatusCheckRollupGraphQLWithoutCountByState(after string) string {
233 var afterClause string

Callers 1

IssueGraphQLFunction · 0.85

Calls 1

shortenQueryFunction · 0.85

Tested by

no test coverage detected