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

Method ReadFrom

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

Source from the content-addressed store, hash-verified

1754 return (*rwState)(w).doWrite(b)
1755}
1756func (w *rw20) ReadFrom(src io.Reader) (int64, error) {
1757 return (*rwState)(w).doReadFrom(src)
1758}
1759func (w *rw20) EnableFullDuplex() error {
1760 return (*rwState)(w).doEnableFullDuplex()
1761}

Callers

nothing calls this directly

Calls 1

doReadFromMethod · 0.80

Tested by

no test coverage detected