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

Method Flush

wrap_generated.go:8593–8595  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8591 return (*rwState)(w).doWrite(b)
8592}
8593func (w *rw266) Flush() {
8594 (*rwState)(w).doFlush()
8595}
8596func (w *rw266) SetReadDeadline(deadline time.Time) error {
8597 return (*rwState)(w).doSetReadDeadline(deadline)
8598}

Callers

nothing calls this directly

Calls 1

doFlushMethod · 0.80

Tested by

no test coverage detected