MCPcopy
hub / github.com/cli/cli / NewTestClient

Function NewTestClient

pkg/cmd/attestation/api/mock_client.go:62–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60}
61
62func NewTestClient() *MockClient {
63 return &MockClient{
64 OnGetByDigest: OnGetByDigestSuccess,
65 }
66}
67
68func NewFailTestClient() *MockClient {
69 return &MockClient{

Calls

no outgoing calls