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

Method Marshal

codec.go:32–32  ·  codec.go::baseCodec.Marshal
(v any)

Source from the content-addressed store, hash-verified

30// the encoding package and is not part of the core functionality.
31type baseCodec interface {
32 Marshal(v any) (mem.BufferSlice, error)
33 Unmarshal(data mem.BufferSlice, v any) error
34}
35

Callers 15

parseServiceConfigFunction · 0.65
MarshalMethod · 0.65
encodeFunction · 0.65
lbConfigForFunction · 0.65
constructRequestFunction · 0.65
makeGoodResponseFunction · 0.65
compareRequestFunction · 0.65
createTestJWTFunction · 0.65
createInvalidJWTFunction · 0.65
createTestJWTFunction · 0.65

Implementers 7

errProtoCodecencoding/encoding_test.go
countingProtoCodecencoding/encoding_test.go
codecV2encoding/proto/proto.go
byteBufCodecbenchmark/worker/main.go
byteCodecinternal/xds/clients/grpctransport/grp
byteCodecinternal/xds/clients/xdsclient/test/ad

Calls

no outgoing calls

Tested by 15

lbConfigForFunction · 0.52
makeGoodResponseFunction · 0.52
compareRequestFunction · 0.52
createTestJWTFunction · 0.52
createInvalidJWTFunction · 0.52
createTestJWTFunction · 0.52
TestCheckCertRevocationFunction · 0.52
TestToLoadReportMethod · 0.52
newClientMessageEntryMethod · 0.52