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

Struct BlobWriteStream

blob.go:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99type BlobWriteStream struct {
100 doNotCompare
101 ptr *C.git_writestream
102 repo *Repository
103}
104
105func newBlobWriteStreamFromC(ptr *C.git_writestream, repo *Repository) *BlobWriteStream {
106 stream := &BlobWriteStream{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected