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

Method FlushError

wrap_generated.go:4660–4662  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4658 return (*rwState)(w).doWrite(b)
4659}
4660func (w *rw128) FlushError() error {
4661 return (*rwState)(w).doFlushError()
4662}
4663
4664// combination 130/512: http.ResponseWriter, httpFlushError, io.StringWriter
4665type rw129 rwState

Callers

nothing calls this directly

Calls 1

doFlushErrorMethod · 0.80

Tested by

no test coverage detected