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

Method Free

blob.go:133–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131}
132
133func (stream *BlobWriteStream) Free() {
134 runtime.SetFinalizer(stream, nil)
135 C._go_git_writestream_free(stream.ptr)
136}
137
138func (stream *BlobWriteStream) Commit() (*Oid, error) {
139 oid := C.git_oid{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected