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)
| 15 | |
| 16 | // Deprecated: BlobChunkCallback is not used. |
| 17 | type BlobChunkCallback func(maxLen int) ([]byte, error) |
| 18 | |
| 19 | // Deprecated: BlobCallbackData is not used. |
| 20 | type BlobCallbackData struct { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…