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

Method FlushError

wrap_generated.go:4677–4679  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4675 return (*rwState)(w).doWrite(b)
4676}
4677func (w *rw129) FlushError() error {
4678 return (*rwState)(w).doFlushError()
4679}
4680func (w *rw129) WriteString(s string) (int, error) {
4681 return (*rwState)(w).doWriteString(s)
4682}

Callers

nothing calls this directly

Calls 1

doFlushErrorMethod · 0.80

Tested by

no test coverage detected