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

Method Unmarshal

codec.go:77–79  ·  view source on GitHub ↗
(data mem.BufferSlice, v any)

Source from the content-addressed store, hash-verified

75}
76
77func (c codecV0Bridge) Unmarshal(data mem.BufferSlice, v any) (err error) {
78 return c.codec.Unmarshal(data.Materialize(), v)
79}
80
81var _ encoding.CodecV2 = codecV1Bridge{}
82

Callers

nothing calls this directly

Calls 2

MaterializeMethod · 0.80
UnmarshalMethod · 0.65

Tested by

no test coverage detected