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

Method Push

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

Source from the content-addressed store, hash-verified

1361 return (*rwState)(w).doWrite(b)
1362}
1363func (w *rw2) Push(target string, opts *http.PushOptions) error {
1364 return (*rwState)(w).doPush(target, opts)
1365}
1366
1367// combination 4/512: http.ResponseWriter, http.Pusher, io.StringWriter
1368type rw3 rwState

Callers 2

WrapFunction · 0.45
doPushMethod · 0.45

Calls 1

doPushMethod · 0.80

Tested by

no test coverage detected