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

Method Write

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

Source from the content-addressed store, hash-verified

1395 (*rwState)(w).doWriteHeader(code)
1396}
1397func (w *rw4) Write(b []byte) (int, error) {
1398 return (*rwState)(w).doWrite(b)
1399}
1400func (w *rw4) EnableFullDuplex() error {
1401 return (*rwState)(w).doEnableFullDuplex()
1402}

Callers

nothing calls this directly

Calls 1

doWriteMethod · 0.80

Tested by

no test coverage detected