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

Method Flush

wrap_generated.go:8372–8374  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8370 return (*rwState)(w).doWrite(b)
8371}
8372func (w *rw256) Flush() {
8373 (*rwState)(w).doFlush()
8374}
8375
8376// combination 258/512: http.ResponseWriter, http.Flusher, io.StringWriter
8377type rw257 rwState

Callers 2

WrapFunction · 0.45
doFlushMethod · 0.45

Calls 1

doFlushMethod · 0.80

Tested by

no test coverage detected