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

Method Flush

wrap_generated.go:8518–8520  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8516 return (*rwState)(w).doWrite(b)
8517}
8518func (w *rw263) Flush() {
8519 (*rwState)(w).doFlush()
8520}
8521func (w *rw263) EnableFullDuplex() error {
8522 return (*rwState)(w).doEnableFullDuplex()
8523}

Callers

nothing calls this directly

Calls 1

doFlushMethod · 0.80

Tested by

no test coverage detected