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

Struct BlobCallbackData

deprecated.go:20–23  ·  view source on GitHub ↗

Deprecated: BlobCallbackData is not used.

Source from the content-addressed store, hash-verified

18
19// Deprecated: BlobCallbackData is not used.
20type BlobCallbackData struct {
21 Callback BlobChunkCallback
22 Error error
23}
24
25// checkout.go
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected