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

Method ReadFrom

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

Source from the content-addressed store, hash-verified

1820 return (*rwState)(w).doWrite(b)
1821}
1822func (w *rw23) ReadFrom(src io.Reader) (int64, error) {
1823 return (*rwState)(w).doReadFrom(src)
1824}
1825func (w *rw23) EnableFullDuplex() error {
1826 return (*rwState)(w).doEnableFullDuplex()
1827}

Callers

nothing calls this directly

Calls 1

doReadFromMethod · 0.80

Tested by

no test coverage detected