MCPcopy
hub / github.com/protocolbuffers/protobuf-go / Reader

Interface Reader

encoding/protodelim/protodelim.go:80–83  ·  view source on GitHub ↗

Reader is the interface expected by [UnmarshalFrom]. It is implemented by *[bufio.Reader].

Source from the content-addressed store, hash-verified

78// Reader is the interface expected by [UnmarshalFrom].
79// It is implemented by *[bufio.Reader].
80type Reader interface {
81 io.Reader
82 io.ByteReader
83}
84
85// UnmarshalFrom parses and consumes a varint size-delimited wire-format message
86// from r.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected