Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
47
type
CommitNodeIter
interface
{
48
Next() (CommitNode, error)
49
ForEach(
func
(CommitNode) error) error
50
Close()
51
}
52
Callers
5
testTopoOrder
Function · 0.65
testDateOrder
Function · 0.65
testAuthorDateOrder
Function · 0.65
testWalker
Function · 0.65
testParents
Function · 0.65
Implementers
15
mockErrCommitIter
repository_test.go
lazyPackfilesIter
storage/filesystem/object.go
packfileIter
storage/filesystem/object.go
objectsIter
storage/filesystem/object.go
referenceFilteredIter
plumbing/storer/reference.go
ReferenceSliceIter
plumbing/storer/reference.go
MultiReferenceIter
plumbing/storer/reference.go
EncodedObjectLookupIter
plumbing/storer/object.go
EncodedObjectSliceIter
plumbing/storer/object.go
MultiEncodedObjectIter
plumbing/storer/object.go
commitLimitIter
plumbing/object/commit_walker_limit.go
commitPathIter
plumbing/object/commit_walker_path.go
Calls
no outgoing calls
Tested by
5
testTopoOrder
Function · 0.52
testDateOrder
Function · 0.52
testAuthorDateOrder
Function · 0.52
testWalker
Function · 0.52
testParents
Function · 0.52