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

Method Flush

wrap_generated.go:8452–8454  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8450 return (*rwState)(w).doWrite(b)
8451}
8452func (w *rw260) Flush() {
8453 (*rwState)(w).doFlush()
8454}
8455func (w *rw260) EnableFullDuplex() error {
8456 return (*rwState)(w).doEnableFullDuplex()
8457}

Callers

nothing calls this directly

Calls 1

doFlushMethod · 0.80

Tested by

no test coverage detected