MCPcopy Index your code
hub / github.com/peak/s5cmd / Decode

Method Decode

storage/s3.go:1467–1467  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1465// the given decoder.
1466type EventStreamDecoder interface {
1467 Decode() ([]byte, error)
1468}
1469
1470type JSONDecoder struct {

Callers 4

FromBytesFunction · 0.65
SelectMethod · 0.65
DecodeMethod · 0.65
FromBytesFunction · 0.65

Implementers 2

JSONDecoderstorage/s3.go
CsvDecoderstorage/s3.go

Calls

no outgoing calls

Tested by

no test coverage detected