Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/go-git/go-git
/ Close
Method
Close
plumbing/object/commitgraph/commitnode.go:50–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
Next() (CommitNode, error)
49
ForEach(
func
(CommitNode) error) error
50
Close()
51
}
52
53
// parentCommitNodeIter provides an iterator for parent commits from associated CommitNodeIndex.
Callers
3
unpackRepository
Function · 0.65
TestCommitGraph
Method · 0.65
TestMixedGraph
Method · 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
3
unpackRepository
Function · 0.52
TestCommitGraph
Method · 0.52
TestMixedGraph
Method · 0.52