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

Method FlushError

wrap_generated.go:4855–4857  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4853 return (*rwState)(w).doWrite(b)
4854}
4855func (w *rw137) FlushError() error {
4856 return (*rwState)(w).doFlushError()
4857}
4858func (w *rw137) SetReadDeadline(deadline time.Time) error {
4859 return (*rwState)(w).doSetReadDeadline(deadline)
4860}

Callers

nothing calls this directly

Calls 1

doFlushErrorMethod · 0.80

Tested by

no test coverage detected