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

FuncType BlobChunkCallback

deprecated.go:17–17  ·  view source on GitHub ↗

The constants, functions, and types in this files are slated for deprecation in the next major version. blob.go Deprecated: BlobChunkCallback is not used.

func(maxLen int) ([]byte, error)

Source from the content-addressed store, hash-verified

15
16// Deprecated: BlobChunkCallback is not used.
17type BlobChunkCallback func(maxLen int) ([]byte, error)
18
19// Deprecated: BlobCallbackData is not used.
20type BlobCallbackData struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…