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

Method FlushError

wrap_generated.go:4806–4808  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4804 return (*rwState)(w).doWrite(b)
4805}
4806func (w *rw135) FlushError() error {
4807 return (*rwState)(w).doFlushError()
4808}
4809func (w *rw135) EnableFullDuplex() error {
4810 return (*rwState)(w).doEnableFullDuplex()
4811}

Callers

nothing calls this directly

Calls 1

doFlushErrorMethod · 0.80

Tested by

no test coverage detected