Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cli/cli
/ NewFailTestClient
Function
NewFailTestClient
pkg/cmd/attestation/api/mock_client.go:68–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
}
67
68
func
NewFailTestClient() *MockClient {
69
return
&MockClient{
70
OnGetByDigest: OnGetByDigestFailure,
71
}
72
}
Callers
1
TestRunVerify
Function · 0.92
Calls
no outgoing calls
Tested by
1
TestRunVerify
Function · 0.74