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

Method Push

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

Source from the content-addressed store, hash-verified

1527 return (*rwState)(w).doSetWriteDeadline(deadline)
1528}
1529func (w *rw10) Push(target string, opts *http.PushOptions) error {
1530 return (*rwState)(w).doPush(target, opts)
1531}
1532
1533// combination 12/512: http.ResponseWriter, deadliner, http.Pusher, io.StringWriter
1534type rw11 rwState

Callers

nothing calls this directly

Calls 1

doPushMethod · 0.80

Tested by

no test coverage detected