()
| 131 | } |
| 132 | |
| 133 | func (stream *BlobWriteStream) Free() { |
| 134 | runtime.SetFinalizer(stream, nil) |
| 135 | C._go_git_writestream_free(stream.ptr) |
| 136 | } |
| 137 | |
| 138 | func (stream *BlobWriteStream) Commit() (*Oid, error) { |
| 139 | oid := C.git_oid{} |
nothing calls this directly
no outgoing calls
no test coverage detected