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

Method FlushError

wrap_generated.go:4907–4909  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4905 return (*rwState)(w).doWrite(b)
4906}
4907func (w *rw139) FlushError() error {
4908 return (*rwState)(w).doFlushError()
4909}
4910func (w *rw139) SetReadDeadline(deadline time.Time) error {
4911 return (*rwState)(w).doSetReadDeadline(deadline)
4912}

Callers

nothing calls this directly

Calls 1

doFlushErrorMethod · 0.80

Tested by

no test coverage detected