MCPcopy Create free account
hub / github.com/maruel/panicparse / reader

Struct reader

stack/reader.go:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type reader struct {
18 buf [16 * 1024]byte
19 rd io.Reader
20 r, w int
21 err error
22}
23
24// fill reads a new chunk into the buffer.
25func (r *reader) fill() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected