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

Method Push

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

Source from the content-addressed store, hash-verified

1654 return (*rwState)(w).doEnableFullDuplex()
1655}
1656func (w *rw15) Push(target string, opts *http.PushOptions) error {
1657 return (*rwState)(w).doPush(target, opts)
1658}
1659func (w *rw15) WriteString(s string) (int, error) {
1660 return (*rwState)(w).doWriteString(s)
1661}

Callers

nothing calls this directly

Calls 1

doPushMethod · 0.80

Tested by

no test coverage detected