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

Method FlushError

wrap_generated.go:4717–4719  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4715 return (*rwState)(w).doWrite(b)
4716}
4717func (w *rw131) FlushError() error {
4718 return (*rwState)(w).doFlushError()
4719}
4720func (w *rw131) Push(target string, opts *http.PushOptions) error {
4721 return (*rwState)(w).doPush(target, opts)
4722}

Callers

nothing calls this directly

Calls 1

doFlushErrorMethod · 0.80

Tested by

no test coverage detected