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

Method Flush

wrap_generated.go:8429–8431  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8427 return (*rwState)(w).doWrite(b)
8428}
8429func (w *rw259) Flush() {
8430 (*rwState)(w).doFlush()
8431}
8432func (w *rw259) Push(target string, opts *http.PushOptions) error {
8433 return (*rwState)(w).doPush(target, opts)
8434}

Callers

nothing calls this directly

Calls 1

doFlushMethod · 0.80

Tested by

no test coverage detected