Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChainSafe/nodewatch-api
/ WriteTo
Method
WriteTo
crawler/rpc/request/encode.go:31–33 ·
view source on GitHub ↗
(w io.Writer)
Source
from the content-addressed store, hash-verified
29
}
30
31
func
(p *payloadBuffer) WriteTo(w io.Writer) (n int64, err error) {
32
return
(*bytes.Buffer)(p).WriteTo(w)
33
}
34
35
type
noCloseWriter
struct
{
36
w io.Writer
Callers
1
EncodeHeaderAndPayload
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected