| 97 | } |
| 98 | |
| 99 | type BlobWriteStream struct { |
| 100 | doNotCompare |
| 101 | ptr *C.git_writestream |
| 102 | repo *Repository |
| 103 | } |
| 104 | |
| 105 | func newBlobWriteStreamFromC(ptr *C.git_writestream, repo *Repository) *BlobWriteStream { |
| 106 | stream := &BlobWriteStream{ |
nothing calls this directly
no outgoing calls
no test coverage detected