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

Method Write

wrap_generated.go:1414–1416  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

1412 (*rwState)(w).doWriteHeader(code)
1413}
1414func (w *rw5) Write(b []byte) (int, error) {
1415 return (*rwState)(w).doWrite(b)
1416}
1417func (w *rw5) EnableFullDuplex() error {
1418 return (*rwState)(w).doEnableFullDuplex()
1419}

Callers

nothing calls this directly

Calls 1

doWriteMethod · 0.80

Tested by

no test coverage detected