bytes.Buffer.Read (method)
3 uses
bytes (current package)
buffer.go#L296: func (b *Buffer) Read(p []byte) (n int, err error) {
google.golang.org/grpc/internal/transport
transport.go#L161: copied, _ := r.last.Read(p)
transport.go#L217: copied, _ := m.buffer.Read(p)
![]() |
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. |