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

Method Free

odb.go:423–426  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

421}
422
423func (stream *OdbReadStream) Free() {
424 runtime.SetFinalizer(stream, nil)
425 C.git_odb_stream_free(stream.ptr)
426}
427
428type OdbWriteStream struct {
429 doNotCompare

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected