Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
88
type
nwhere
struct
{}
89
90
func
(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
WriteFile
Function · 0.45
rwBytesBytes
Function · 0.45
rwNullBytes
Function · 0.45
rwIntBytes
Function · 0.45
rwUintBytes
Function · 0.45
rwFloat32Bytes
Function · 0.45
rwFloat64Bytes
Function · 0.45
rwTimeBytes
Function · 0.45
rwExtensionBytes
Function · 0.45
writeExt
Function · 0.45
TestRaw
Function · 0.45
CopyNext
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestRaw
Function · 0.36