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

Method doFlushError

wrap_generated.go:1256–1261  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1254}
1255
1256func (r *rwState) doFlushError() error {
1257 if r.flushError != nil {
1258 return r.flushError()
1259 }
1260 return r.w.(httpFlushError).FlushError()
1261}
1262
1263func (r *rwState) doCloseNotify() <-chan bool {
1264 if r.closeNotify != nil {

Callers 15

FlushErrorMethod · 0.80
FlushErrorMethod · 0.80
FlushErrorMethod · 0.80
FlushErrorMethod · 0.80
FlushErrorMethod · 0.80
FlushErrorMethod · 0.80
FlushErrorMethod · 0.80
FlushErrorMethod · 0.80
FlushErrorMethod · 0.80
FlushErrorMethod · 0.80
FlushErrorMethod · 0.80
FlushErrorMethod · 0.80

Calls 1

FlushErrorMethod · 0.65

Tested by

no test coverage detected