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

Method Flush

wrap_generated.go:8544–8546  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8542 return (*rwState)(w).doWrite(b)
8543}
8544func (w *rw264) Flush() {
8545 (*rwState)(w).doFlush()
8546}
8547func (w *rw264) SetReadDeadline(deadline time.Time) error {
8548 return (*rwState)(w).doSetReadDeadline(deadline)
8549}

Callers

nothing calls this directly

Calls 1

doFlushMethod · 0.80

Tested by

no test coverage detected