MCPcopy Create free account
hub / github.com/buger/jsonparser / fixedChunkReader

Struct fixedChunkReader

reader_parser_test.go:248–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248type fixedChunkReader struct {
249 data []byte
250 pos int
251 chunk int
252}
253
254func (r *fixedChunkReader) Read(p []byte) (int, error) {
255 if r.pos == len(r.data) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected