MCPcopy Index your code
hub / github.com/imroc/req / dumpRequestBodyWriteCloser

Struct dumpRequestBodyWriteCloser

internal/dump/dump.go:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46type dumpRequestBodyWriteCloser struct {
47 io.WriteCloser
48 dump *Dumper
49}
50
51func (w *dumpRequestBodyWriteCloser) Write(p []byte) (n int, err error) {
52 n, err = w.WriteCloser.Write(p)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected