Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
407
func
statusContextNode(state string) string {
408
return
fmt.Sprintf(`
409
{
410
"__typename"
:
"StatusContext"
,
411
"state"
:
"%s"
412
}`, state)
413
}
Callers
1
TestChecksStatus_SummarisingCheckRunsAndStatusContexts
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected