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

Method FlushError

wrap_generated.go:4760–4762  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4758 return (*rwState)(w).doWrite(b)
4759}
4760func (w *rw133) FlushError() error {
4761 return (*rwState)(w).doFlushError()
4762}
4763func (w *rw133) EnableFullDuplex() error {
4764 return (*rwState)(w).doEnableFullDuplex()
4765}

Callers

nothing calls this directly

Calls 1

doFlushErrorMethod · 0.80

Tested by

no test coverage detected