MCPcopy
hub / github.com/cli/cli / completedCheckRunNode

Function completedCheckRunNode

api/pull_request_test.go:398–405  ·  view source on GitHub ↗
(conclusion string)

Source from the content-addressed store, hash-verified

396}
397
398func completedCheckRunNode(conclusion string) string {
399 return fmt.Sprintf(`
400 {
401 "__typename": "CheckRun",
402 "status": "COMPLETED",
403 "conclusion": "%s"
404 }`, conclusion)
405}
406
407func statusContextNode(state string) string {
408 return fmt.Sprintf(`

Calls

no outgoing calls

Tested by

no test coverage detected