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

Method FlushError

wrap_generated.go:4832–4834  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4830 return (*rwState)(w).doWrite(b)
4831}
4832func (w *rw136) FlushError() error {
4833 return (*rwState)(w).doFlushError()
4834}
4835func (w *rw136) SetReadDeadline(deadline time.Time) error {
4836 return (*rwState)(w).doSetReadDeadline(deadline)
4837}

Callers

nothing calls this directly

Calls 1

doFlushErrorMethod · 0.80

Tested by

no test coverage detected