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

Method Write

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

Source from the content-addressed store, hash-verified

1452 (*rwState)(w).doWriteHeader(code)
1453}
1454func (w *rw7) Write(b []byte) (int, error) {
1455 return (*rwState)(w).doWrite(b)
1456}
1457func (w *rw7) EnableFullDuplex() error {
1458 return (*rwState)(w).doEnableFullDuplex()
1459}

Callers

nothing calls this directly

Calls 1

doWriteMethod · 0.80

Tested by

no test coverage detected