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

Struct byteCodec

internal/xds/clients/xdsclient/test/ads_stream_flow_control_test.go:160–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160type byteCodec struct{}
161
162func (c *byteCodec) Marshal(v any) ([]byte, error) {
163 if b, ok := v.([]byte); ok {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected