MCPcopy
hub / github.com/grpc/grpc-go / byteBufCodec

Struct byteBufCodec

benchmark/worker/main.go:53–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51)
52
53type byteBufCodec struct {
54}
55
56func (byteBufCodec) Marshal(v any) ([]byte, error) {
57 b, ok := v.(*[]byte)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected