(data mem.BufferSlice, v any)
| 75 | } |
| 76 | |
| 77 | func (c codecV0Bridge) Unmarshal(data mem.BufferSlice, v any) (err error) { |
| 78 | return c.codec.Unmarshal(data.Materialize(), v) |
| 79 | } |
| 80 | |
| 81 | var _ encoding.CodecV2 = codecV1Bridge{} |
| 82 |
nothing calls this directly
no test coverage detected