Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinylib/msgp
/ DecodeMsg
Method
DecodeMsg
msgp/read.go:108–108 ·
view source on GitHub ↗
(*Reader)
Source
from the content-addressed store, hash-verified
106
// themselves from a *Reader.
107
type
Decodable
interface
{
108
DecodeMsg(*Reader) error
109
}
110
111
// Decode decodes 'd' from 'r'.
Callers
15
ReadFile
Function · 0.65
TestNumber
Function · 0.65
Decode
Function · 0.65
DecoderFrom
Function · 0.65
main
Function · 0.65
TestSliceLimitEnforcement
Function · 0.65
TestMapLimitEnforcement
Function · 0.65
TestFixedArraysNotLimited
Function · 0.65
TestNormalOperationWithinLimits
Function · 0.65
TestFieldLevelLimits
Function · 0.65
TestAliasedTypesWithFieldLimits
Function · 0.65
TestAllowNilFunctionality
Function · 0.65
Implementers
4
Number
msgp/number.go
testDec
msgp/iter_test.go
OmitZeroExt
_generated/omitzero_ext.go
OmitZeroExtPtr
_generated/omitzero_ext.go
Calls
no outgoing calls
Tested by
15
TestNumber
Function · 0.52
TestSliceLimitEnforcement
Function · 0.52
TestMapLimitEnforcement
Function · 0.52
TestFixedArraysNotLimited
Function · 0.52
TestNormalOperationWithinLimits
Function · 0.52
TestFieldLevelLimits
Function · 0.52
TestAliasedTypesWithFieldLimits
Function · 0.52
TestAllowNilFunctionality
Function · 0.52
TestAllowNilZeroSizedSlices
Function · 0.52
TestAllowNilSecurityLimits
Function · 0.52
TestAllowNilZeroCopy
Function · 0.52
TestNewTime
Function · 0.52