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

Struct CustomEncoder

types_test.go:90–94  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

88//------------------------------------------------------------------------------
89
90type CustomEncoder struct {
91 str string
92 ref *CustomEncoder
93 num int
94}
95
96var (
97 _ msgpack.CustomEncoder = (*CustomEncoder)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected