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

Method ReadFrom

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

Source from the content-addressed store, hash-verified

1797 return (*rwState)(w).doWrite(b)
1798}
1799func (w *rw22) ReadFrom(src io.Reader) (int64, error) {
1800 return (*rwState)(w).doReadFrom(src)
1801}
1802func (w *rw22) EnableFullDuplex() error {
1803 return (*rwState)(w).doEnableFullDuplex()
1804}

Callers

nothing calls this directly

Calls 1

doReadFromMethod · 0.80

Tested by

no test coverage detected