MCPcopy 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
31func (p *payloadBuffer) WriteTo(w io.Writer) (n int64, err error) {
32 return (*bytes.Buffer)(p).WriteTo(w)
33}
34
35type noCloseWriter struct {
36 w io.Writer

Callers 1

EncodeHeaderAndPayloadFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected