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

Method Push

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

Source from the content-addressed store, hash-verified

1826 return (*rwState)(w).doEnableFullDuplex()
1827}
1828func (w *rw23) Push(target string, opts *http.PushOptions) error {
1829 return (*rwState)(w).doPush(target, opts)
1830}
1831func (w *rw23) WriteString(s string) (int, error) {
1832 return (*rwState)(w).doWriteString(s)
1833}

Callers

nothing calls this directly

Calls 1

doPushMethod · 0.80

Tested by

no test coverage detected