MCPcopy Create free account
hub / github.com/felixge/httpsnoop / ReadFrom

Method ReadFrom

wrap_generated.go:1776–1778  ·  view source on GitHub ↗
(src io.Reader)

Source from the content-addressed store, hash-verified

1774 return (*rwState)(w).doWrite(b)
1775}
1776func (w *rw21) ReadFrom(src io.Reader) (int64, error) {
1777 return (*rwState)(w).doReadFrom(src)
1778}
1779func (w *rw21) EnableFullDuplex() error {
1780 return (*rwState)(w).doEnableFullDuplex()
1781}

Callers

nothing calls this directly

Calls 1

doReadFromMethod · 0.80

Tested by

no test coverage detected