Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-git/go-git
/ Close
Method
Close
plumbing/object/commit.go:553–553 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
551
Next() (*Commit, error)
552
ForEach(
func
(*Commit) error) error
553
Close()
554
}
555
556
// storerCommitIter provides an iterator from commits in an EncodedObjectStorer.
Callers
15
TestInitNonStandardDotGit
Method · 0.65
TestPlainOpenDetectDotGit
Method · 0.65
TestPlainCloneContextNonExistentWithNotDir
Method · 0.65
TestLogAll
Method · 0.65
TestLogAllMissingReferences
Method · 0.65
TestLogAllOrderByTime
Method · 0.65
TestLogFileForEach
Method · 0.65
TestLogNonHeadFile
Method · 0.65
TestLogAllFileForEach
Method · 0.65
TestLogInvalidFile
Method · 0.65
TestLogFileInitialCommit
Method · 0.65
TestLogFileWithOtherParamsFail
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
15
TestInitNonStandardDotGit
Method · 0.52
TestPlainOpenDetectDotGit
Method · 0.52
TestPlainCloneContextNonExistentWithNotDir
Method · 0.52
TestLogAll
Method · 0.52
TestLogAllMissingReferences
Method · 0.52
TestLogAllOrderByTime
Method · 0.52
TestLogFileForEach
Method · 0.52
TestLogNonHeadFile
Method · 0.52
TestLogAllFileForEach
Method · 0.52
TestLogInvalidFile
Method · 0.52
TestLogFileInitialCommit
Method · 0.52
TestLogFileWithOtherParamsFail
Method · 0.52