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

Method Push

wrap_generated.go:1716–1718  ·  view source on GitHub ↗
(target string, opts *http.PushOptions)

Source from the content-addressed store, hash-verified

1714 return (*rwState)(w).doReadFrom(src)
1715}
1716func (w *rw18) Push(target string, opts *http.PushOptions) error {
1717 return (*rwState)(w).doPush(target, opts)
1718}
1719
1720// combination 20/512: http.ResponseWriter, io.ReaderFrom, http.Pusher, io.StringWriter
1721type rw19 rwState

Callers

nothing calls this directly

Calls 1

doPushMethod · 0.80

Tested by

no test coverage detected