Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ reqFailHttpClient
Struct
reqFailHttpClient
pkg/cmd/attestation/api/mock_httpClient_test.go:47–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
type
reqFailHttpClient
struct
{
48
mock.Mock
49
}
50
51
func
(m *reqFailHttpClient) Get(url string) (*http.Response, error) {
52
m.On(
"OnGetReqFail"
).Return()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected