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

Method FlushError

wrap_generated.go:4783–4785  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4781 return (*rwState)(w).doWrite(b)
4782}
4783func (w *rw134) FlushError() error {
4784 return (*rwState)(w).doFlushError()
4785}
4786func (w *rw134) EnableFullDuplex() error {
4787 return (*rwState)(w).doEnableFullDuplex()
4788}

Callers

nothing calls this directly

Calls 1

doFlushErrorMethod · 0.80

Tested by

no test coverage detected