MCPcopy
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.
98type Marshaler interface {
99 MarshalMsg([]byte) ([]byte, error)
100}
101
102// Encodable is the interface implemented

Callers 15

WriteFileFunction · 0.65
TestNumberFunction · 0.65
WriteFileFunction · 0.65
AppendIntfFunction · 0.65
EncoderToBytesFunction · 0.65
TestString_RoundTripFunction · 0.65
TestString_EmptySetFunction · 0.65

Implementers 4

Numbermsgp/number.go
testDecmsgp/iter_test.go
OmitZeroExt_generated/omitzero_ext.go
OmitZeroExtPtr_generated/omitzero_ext.go

Calls

no outgoing calls

Tested by 15

TestNumberFunction · 0.52
TestString_RoundTripFunction · 0.52
TestString_EmptySetFunction · 0.52
TestInt_RoundTripFunction · 0.52
TestInt_EmptySetFunction · 0.52