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

Method FlushError

wrap_generated.go:4697–4699  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4695 return (*rwState)(w).doWrite(b)
4696}
4697func (w *rw130) FlushError() error {
4698 return (*rwState)(w).doFlushError()
4699}
4700func (w *rw130) Push(target string, opts *http.PushOptions) error {
4701 return (*rwState)(w).doPush(target, opts)
4702}

Callers

nothing calls this directly

Calls 1

doFlushErrorMethod · 0.80

Tested by

no test coverage detected