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

Method Write

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

Source from the content-addressed store, hash-verified

1432 (*rwState)(w).doWriteHeader(code)
1433}
1434func (w *rw6) Write(b []byte) (int, error) {
1435 return (*rwState)(w).doWrite(b)
1436}
1437func (w *rw6) EnableFullDuplex() error {
1438 return (*rwState)(w).doEnableFullDuplex()
1439}

Callers

nothing calls this directly

Calls 1

doWriteMethod · 0.80

Tested by

no test coverage detected