bytes.Buffer.Reset (method)
25 uses
bytes (current package)
buffer.go#L111: b.Reset()
buffer.go#L124: func (b *Buffer) Reset() {
buffer.go#L148: b.Reset()
buffer.go#L295: b.Reset()
buffer.go#L340: b.Reset()
buffer.go#L377: b.Reset()
buffer.go#L394: b.Reset()
encoding/json
encode.go#L318: e.Reset()
github.com/gotd/td/mtproxy/faketls
faketls.go#L41: o.readBuf.Reset()
github.com/gotd/td/proto
gzip.go#L88: buf.Reset()
go.opentelemetry.io/otel/attribute
encoder.go#L94: buf.Reset()
go.uber.org/multierr
error.go#L229: buff.Reset()
net/http
h2_bundle.go#L8898: cc.hbuf.Reset()
h2_bundle.go#L9326: cc.hbuf.Reset()
h2_bundle.go#L10965: buf.Reset()
h2_bundle.go#L11024: buf.Reset()
h2_bundle.go#L11059: buf.Reset()
rsc.io/qr
png.go#L41: w.buf.Reset()
png.go#L92: b.bytes.Reset()
vendor/golang.org/x/net/http2/hpack
hpack.go#L237: d.saveBuf.Reset()
hpack.go#L258: d.saveBuf.Reset()
hpack.go#L514: buf.Reset() // don't trust others
hpack.go#L520: buf.Reset() // be nice to GC
huffman.go#L23: buf.Reset()
huffman.go#L34: buf.Reset()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |