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

Method doFlush

wrap_generated.go:1248–1254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1246}
1247
1248func (r *rwState) doFlush() {
1249 if r.flush != nil {
1250 r.flush()
1251 return
1252 }
1253 r.w.(http.Flusher).Flush()
1254}
1255
1256func (r *rwState) doFlushError() error {
1257 if r.flushError != nil {

Callers 15

FlushMethod · 0.80
FlushMethod · 0.80
FlushMethod · 0.80
FlushMethod · 0.80
FlushMethod · 0.80
FlushMethod · 0.80
FlushMethod · 0.80
FlushMethod · 0.80
FlushMethod · 0.80
FlushMethod · 0.80
FlushMethod · 0.80
FlushMethod · 0.80

Calls 1

FlushMethod · 0.45

Tested by

no test coverage detected