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

Method Close

git/obj_iter.go:136–138  ·  view source on GitHub ↗

Close closes the iterator and frees up resources.

()

Source from the content-addressed store, hash-verified

134
135// Close closes the iterator and frees up resources.
136func (iter *ObjectIter) Close() {
137 close(iter.oidCh)
138}
139
140// Next returns either the next object (its OID, type, and size), or a
141// `false` boolean value to indicate that there are no data left.

Callers 1

ScanRepositoryUsingGraphFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected