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

Method Flush

wrap_generated.go:8389–8391  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8387 return (*rwState)(w).doWrite(b)
8388}
8389func (w *rw257) Flush() {
8390 (*rwState)(w).doFlush()
8391}
8392func (w *rw257) WriteString(s string) (int, error) {
8393 return (*rwState)(w).doWriteString(s)
8394}

Callers

nothing calls this directly

Calls 1

doFlushMethod · 0.80

Tested by

no test coverage detected