MCPcopy
hub / github.com/ossf/scorecard / MockRepoClient

Struct MockRepoClient

clients/mockclients/repo_client.go:38–42  ·  view source on GitHub ↗

MockRepoClient is a mock of RepoClient interface.

Source from the content-addressed store, hash-verified

36
37// MockRepoClient is a mock of RepoClient interface.
38type MockRepoClient struct {
39 ctrl *gomock.Controller
40 recorder *MockRepoClientMockRecorder
41 isgomock struct{}
42}
43
44// MockRepoClientMockRecorder is the mock recorder for MockRepoClient.
45type MockRepoClientMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected