()
| 421 | } |
| 422 | |
| 423 | func (stream *OdbReadStream) Free() { |
| 424 | runtime.SetFinalizer(stream, nil) |
| 425 | C.git_odb_stream_free(stream.ptr) |
| 426 | } |
| 427 | |
| 428 | type OdbWriteStream struct { |
| 429 | doNotCompare |
nothing calls this directly
no outgoing calls
no test coverage detected