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

Method Free

odb.go:467–470  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

465}
466
467func (stream *OdbWriteStream) Free() {
468 runtime.SetFinalizer(stream, nil)
469 C.git_odb_stream_free(stream.ptr)
470}
471
472// OdbWritepack is a stream to write a packfile to the ODB.
473type OdbWritepack struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected