Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/vmihailenco/msgpack
/ Error
Method
Error
msgpack.go:50–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
}
49
50
func
(err unexpectedCodeError) Error() string {
51
return
fmt.Sprintf(
"msgpack: unexpected code=%x decoding %s"
, err.code, err.hint)
52
}
Callers
10
TestDecoder
Function · 0.80
requireErr
Method · 0.80
TestBin
Function · 0.80
TestUint64
Function · 0.80
TestInt64
Function · 0.80
TestFloat32
Function · 0.80
TestFloat64
Function · 0.80
TestUnknownExt
Function · 0.80
ExampleUnregisterExt
Function · 0.80
encodeErrorValue
Function · 0.80
Calls
no outgoing calls
Tested by
9
TestDecoder
Function · 0.64
requireErr
Method · 0.64
TestBin
Function · 0.64
TestUint64
Function · 0.64
TestInt64
Function · 0.64
TestFloat32
Function · 0.64
TestFloat64
Function · 0.64
TestUnknownExt
Function · 0.64
ExampleUnregisterExt
Function · 0.64