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

Struct repeatedByteReader

reader_parser_test.go:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229type repeatedByteReader struct {
230 remaining int64
231 value byte
232}
233
234func (r *repeatedByteReader) Read(p []byte) (int, error) {
235 if r.remaining == 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected