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

Method Flush

wrap_generated.go:8495–8497  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8493 return (*rwState)(w).doWrite(b)
8494}
8495func (w *rw262) Flush() {
8496 (*rwState)(w).doFlush()
8497}
8498func (w *rw262) EnableFullDuplex() error {
8499 return (*rwState)(w).doEnableFullDuplex()
8500}

Callers

nothing calls this directly

Calls 1

doFlushMethod · 0.80

Tested by

no test coverage detected