MCPcopy
hub / github.com/cli/cli / statusContextNode

Function statusContextNode

api/pull_request_test.go:407–413  ·  view source on GitHub ↗
(state string)

Source from the content-addressed store, hash-verified

405}
406
407func statusContextNode(state string) string {
408 return fmt.Sprintf(`
409 {
410 "__typename": "StatusContext",
411 "state": "%s"
412 }`, state)
413}

Calls

no outgoing calls

Tested by

no test coverage detected