MCPcopy Index your code
hub / github.com/maruel/panicparse / buffered

Method buffered

stack/reader.go:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53func (r *reader) buffered() []byte {
54 return r.buf[r.r:r.w]
55}
56
57func (r *reader) readSlice() ([]byte, error) {
58 for s := 0; ; r.fill() {

Callers 1

ScanSnapshotFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected