MCPcopy
hub / github.com/labstack/echo / Write

Method Write

middleware/body_dump.go:150–152  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

148}
149
150func (w *bodyDumpResponseWriter) Write(b []byte) (int, error) {
151 return w.Writer.Write(b)
152}
153
154func (w *bodyDumpResponseWriter) Flush() {
155 err := http.NewResponseController(w.ResponseWriter).Flush()

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected