Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/vmihailenco/msgpack
/ CustomDecoder
Interface
CustomDecoder
msgpack.go:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
type
CustomDecoder
interface
{
18
DecodeMsgpack(*Decoder) error
19
}
20
21
//------------------------------------------------------------------------------
22
Callers
2
DecodeMsgpack
Method · 0.65
decodeCustomValue
Function · 0.65
Implementers
5
CustomEncoder
types_test.go
CustomEncoderEmbeddedPtr
types_test.go
coderStruct
msgpack_test.go
benchmarkStruct2
bench_test.go
customStruct
example_CustomEncoder_test.go
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…