Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinylib/msgp
/ MarshalMsg
Method
MarshalMsg
msgp/write.go:99–99 ·
view source on GitHub ↗
([]byte)
Source
from the content-addressed store, hash-verified
97
// slice and any errors encountered.
98
type
Marshaler
interface
{
99
MarshalMsg([]byte) ([]byte, error)
100
}
101
102
// Encodable is the interface implemented
Callers
15
WriteFile
Function · 0.65
TestNumber
Function · 0.65
WriteFile
Function · 0.65
AppendIntf
Function · 0.65
TestRoundtripArrayBytes_AllTypes
Function · 0.65
EncoderToBytes
Function · 0.65
TestString_RoundTrip
Function · 0.65
TestString_EmptySet
Function · 0.65
TestStringSorted_RoundTrip
Function · 0.65
TestStringSorted_EmptySet
Function · 0.65
BenchmarkString_MarshalMsg
Function · 0.65
BenchmarkString_UnmarshalMsg
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
TestRoundtripArrayBytes_AllTypes
Function · 0.52
TestString_RoundTrip
Function · 0.52
TestString_EmptySet
Function · 0.52
TestStringSorted_RoundTrip
Function · 0.52
TestStringSorted_EmptySet
Function · 0.52
BenchmarkString_MarshalMsg
Function · 0.52
BenchmarkString_UnmarshalMsg
Function · 0.52
BenchmarkStringSorted_MarshalMsg
Function · 0.52
BenchmarkStringSorted_UnmarshalMsg
Function · 0.52
TestInt_RoundTrip
Function · 0.52
TestInt_EmptySet
Function · 0.52