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

Method Flush

wrap_generated.go:8567–8569  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8565 return (*rwState)(w).doWrite(b)
8566}
8567func (w *rw265) Flush() {
8568 (*rwState)(w).doFlush()
8569}
8570func (w *rw265) SetReadDeadline(deadline time.Time) error {
8571 return (*rwState)(w).doSetReadDeadline(deadline)
8572}

Callers

nothing calls this directly

Calls 1

doFlushMethod · 0.80

Tested by

no test coverage detected