MCPcopy 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
68func NewFailTestClient() *MockClient {
69 return &MockClient{
70 OnGetByDigest: OnGetByDigestFailure,
71 }
72}

Callers 1

TestRunVerifyFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestRunVerifyFunction · 0.74