MCPcopy 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

unpackRepositoryFunction · 0.65
TestCommitGraphMethod · 0.65
TestMixedGraphMethod · 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 3

unpackRepositoryFunction · 0.52
TestCommitGraphMethod · 0.52
TestMixedGraphMethod · 0.52