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

Function initFakeHTTP

pkg/cmd/pr/status/status_test.go:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87}
88
89func initFakeHTTP() *httpmock.Registry {
90 return &httpmock.Registry{}
91}
92
93func TestPRStatus(t *testing.T) {
94 http := initFakeHTTP()

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…