MCPcopy Create free account
hub / github.com/imroc/req / Read

Method Read

internal/http3/frames.go:38–42  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

36}
37
38func (r *countingByteReader) Read(b []byte) (int, error) {
39 n, err := r.Reader.Read(b)
40 r.NumRead += n
41 return n, err
42}
43
44func (r *countingByteReader) Reset() {
45 r.NumRead = 0

Callers 3

ParseNextMethod · 0.45
parseSettingsFrameFunction · 0.45
parseGoAwayFrameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected