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

Method Decode

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

Source from the content-addressed store, hash-verified

1478}
1479
1480func (jd *JSONDecoder) Decode() ([]byte, error) {
1481 var val json.RawMessage
1482 err := jd.decoder.Decode(&val)
1483 if err != nil {
1484 return nil, err
1485 }
1486 return val, nil
1487}
1488
1489type CsvDecoder struct {
1490 decoder *csv.Reader

Callers

nothing calls this directly

Calls 1

DecodeMethod · 0.65

Tested by

no test coverage detected