Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/vmihailenco/msgpack
/ customStruct
Struct
customStruct
example_CustomEncoder_test.go:9–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
)
8
9
type
customStruct
struct
{
10
S string
11
N int
12
}
13
14
var
_ msgpack.CustomEncoder = (*customStruct)(nil)
15
var
_ msgpack.CustomDecoder = (*customStruct)(nil)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected