()
| 465 | } |
| 466 | |
| 467 | func (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. |
| 473 | type OdbWritepack struct { |
nothing calls this directly
no outgoing calls
no test coverage detected