MCPcopy Index your code
hub / github.com/go-git/go-git / ForEach

Method ForEach

plumbing/object/commitgraph/commitnode.go:49–49  ·  view source on GitHub ↗
(func(CommitNode) error)

Source from the content-addressed store, hash-verified

47type CommitNodeIter interface {
48 Next() (CommitNode, error)
49 ForEach(func(CommitNode) error) error
50 Close()
51}
52

Callers 5

testTopoOrderFunction · 0.65
testDateOrderFunction · 0.65
testAuthorDateOrderFunction · 0.65
testWalkerFunction · 0.65
testParentsFunction · 0.65

Implementers 15

mockErrCommitIterrepository_test.go
lazyPackfilesIterstorage/filesystem/object.go
packfileIterstorage/filesystem/object.go
objectsIterstorage/filesystem/object.go
referenceFilteredIterplumbing/storer/reference.go
ReferenceSliceIterplumbing/storer/reference.go
MultiReferenceIterplumbing/storer/reference.go
EncodedObjectLookupIterplumbing/storer/object.go
EncodedObjectSliceIterplumbing/storer/object.go
MultiEncodedObjectIterplumbing/storer/object.go
commitLimitIterplumbing/object/commit_walker_limit.go
commitPathIterplumbing/object/commit_walker_path.go

Calls

no outgoing calls

Tested by 5

testTopoOrderFunction · 0.52
testDateOrderFunction · 0.52
testAuthorDateOrderFunction · 0.52
testWalkerFunction · 0.52
testParentsFunction · 0.52