MCPcopy
hub / github.com/tinylib/msgp / Write

Method Write

msgp/write.go:90–90  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

88type nwhere struct{}
89
90func (n nwhere) Write(p []byte) (int, error) { return len(p), nil }
91
92// Marshaler is the interface implemented
93// by types that know how to marshal themselves

Callers 15

WriteFileFunction · 0.45
rwBytesBytesFunction · 0.45
rwNullBytesFunction · 0.45
rwIntBytesFunction · 0.45
rwUintBytesFunction · 0.45
rwFloat32BytesFunction · 0.45
rwFloat64BytesFunction · 0.45
rwTimeBytesFunction · 0.45
rwExtensionBytesFunction · 0.45
writeExtFunction · 0.45
TestRawFunction · 0.45
CopyNextMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestRawFunction · 0.36