MCPcopy Create free account
hub / github.com/libgit2/git2go / Close

Method Close

odb.go:419–421  ·  view source on GitHub ↗

Close is a dummy function in order to implement the Closer and ReadCloser interfaces

()

Source from the content-addressed store, hash-verified

417// Close is a dummy function in order to implement the Closer and
418// ReadCloser interfaces
419func (stream *OdbReadStream) Close() error {
420 return nil
421}
422
423func (stream *OdbReadStream) Free() {
424 runtime.SetFinalizer(stream, nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected