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

Method doPush

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

Source from the content-addressed store, hash-verified

1303}
1304
1305func (r *rwState) doPush(target string, opts *http.PushOptions) error {
1306 if r.push != nil {
1307 return r.push(target, opts)
1308 }
1309 return r.w.(http.Pusher).Push(target, opts)
1310}
1311
1312func (r *rwState) doWriteString(s string) (int, error) {
1313 if r.writeString != nil {

Callers 15

PushMethod · 0.80
PushMethod · 0.80
PushMethod · 0.80
PushMethod · 0.80
PushMethod · 0.80
PushMethod · 0.80
PushMethod · 0.80
PushMethod · 0.80
PushMethod · 0.80
PushMethod · 0.80
PushMethod · 0.80
PushMethod · 0.80

Calls 1

PushMethod · 0.45

Tested by

no test coverage detected