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

Method FlushError

wrap_generated.go:4740–4742  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4738 return (*rwState)(w).doWrite(b)
4739}
4740func (w *rw132) FlushError() error {
4741 return (*rwState)(w).doFlushError()
4742}
4743func (w *rw132) EnableFullDuplex() error {
4744 return (*rwState)(w).doEnableFullDuplex()
4745}

Callers

nothing calls this directly

Calls 1

doFlushErrorMethod · 0.80

Tested by

no test coverage detected