Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/peak/s5cmd
/ JSONDecoder
Struct
JSONDecoder
storage/s3.go:1470–1472 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1468
}
1469
1470
type
JSONDecoder
struct
{
1471
decoder *json.Decoder
1472
}
1473
1474
func
NewJSONDecoder(reader io.Reader) EventStreamDecoder {
1475
return
&JSONDecoder{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected