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

Method FlushError

wrap_generated.go:4881–4883  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4879 return (*rwState)(w).doWrite(b)
4880}
4881func (w *rw138) FlushError() error {
4882 return (*rwState)(w).doFlushError()
4883}
4884func (w *rw138) SetReadDeadline(deadline time.Time) error {
4885 return (*rwState)(w).doSetReadDeadline(deadline)
4886}

Callers

nothing calls this directly

Calls 1

doFlushErrorMethod · 0.80

Tested by

no test coverage detected