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

Method Flush

wrap_generated.go:8619–8621  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8617 return (*rwState)(w).doWrite(b)
8618}
8619func (w *rw267) Flush() {
8620 (*rwState)(w).doFlush()
8621}
8622func (w *rw267) SetReadDeadline(deadline time.Time) error {
8623 return (*rwState)(w).doSetReadDeadline(deadline)
8624}

Callers

nothing calls this directly

Calls 1

doFlushMethod · 0.80

Tested by

no test coverage detected