MCPcopy Index your code
hub / github.com/vmihailenco/msgpack / DecodeMsgpack

Method DecodeMsgpack

msgpack.go:18–18  ·  view source on GitHub ↗
(*Decoder)

Source from the content-addressed store, hash-verified

16
17type CustomDecoder interface {
18 DecodeMsgpack(*Decoder) error
19}
20
21//------------------------------------------------------------------------------

Callers 2

DecodeMsgpackMethod · 0.65
decodeCustomValueFunction · 0.65

Implementers 5

CustomEncodertypes_test.go
coderStructmsgpack_test.go
benchmarkStruct2bench_test.go
customStructexample_CustomEncoder_test.go

Calls

no outgoing calls

Tested by 1

DecodeMsgpackMethod · 0.52