encoding/gob.decBuffer.Bytes (method)
7 uses
encoding/gob (current package)
dec_helpers.go#L330: data := state.b.Bytes()
decode.go#L84: func (d *decBuffer) Bytes() []byte {
decode.go#L162: buf := state.b.Bytes()
decode.go#L395: data := state.b.Bytes()
decode.go#L651: name := state.b.Bytes()[:n]
decode.go#L724: b := state.b.Bytes()
decoder.go#L102: _, dec.err = io.ReadFull(dec.r, dec.buf.Bytes())
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |