MCPcopy
hub / github.com/go-git/go-git / mockErrCommitIter

Struct mockErrCommitIter

repository_test.go:2159–2159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2157}
2158
2159type mockErrCommitIter struct{}
2160
2161func (m *mockErrCommitIter) Next() (*object.Commit, error) {
2162 return nil, errors.New("mock next error")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected