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

Method Write

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

Source from the content-addressed store, hash-verified

1375 (*rwState)(w).doWriteHeader(code)
1376}
1377func (w *rw3) Write(b []byte) (int, error) {
1378 return (*rwState)(w).doWrite(b)
1379}
1380func (w *rw3) Push(target string, opts *http.PushOptions) error {
1381 return (*rwState)(w).doPush(target, opts)
1382}

Callers

nothing calls this directly

Calls 1

doWriteMethod · 0.80

Tested by

no test coverage detected