Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blobcache/blobcache
/ Body
Method
Body
src/bcp/message.go:188–190 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
186
}
187
188
func
(m *Message) Body() []byte {
189
return
m.buf[HeaderLen:]
190
}
191
192
func
(m *Message) WriteTo(w io.Writer) (int64, error) {
193
_, err := w.Write(m.buf)
Callers
7
Post
Function · 0.95
Get
Function · 0.95
doAsk
Function · 0.95
TestMessageReadWrite
Function · 0.95
TestPermissionWireError
Function · 0.95
ServeBCP
Method · 0.80
handleAsk
Function · 0.80
Calls
no outgoing calls
Tested by
2
TestMessageReadWrite
Function · 0.76
TestPermissionWireError
Function · 0.76