MCPcopy Index your code
hub / github.com/github/git-sizer / Close

Method Close

git/batch_obj_iter.go:140–142  ·  view source on GitHub ↗

Close closes the iterator and frees up resources. Close must be called exactly once.

()

Source from the content-addressed store, hash-verified

138// Close closes the iterator and frees up resources. Close must be
139// called exactly once.
140func (iter *BatchObjectIter) Close() {
141 close(iter.oidCh)
142}
143
144// Next either returns the next object (its header and contents), or a
145// `false` boolean value if no more objects are left. Objects need to

Callers 1

ScanRepositoryUsingGraphFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected