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

Method Push

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

Source from the content-addressed store, hash-verified

1458 return (*rwState)(w).doEnableFullDuplex()
1459}
1460func (w *rw7) Push(target string, opts *http.PushOptions) error {
1461 return (*rwState)(w).doPush(target, opts)
1462}
1463func (w *rw7) WriteString(s string) (int, error) {
1464 return (*rwState)(w).doWriteString(s)
1465}

Callers

nothing calls this directly

Calls 1

doPushMethod · 0.80

Tested by

no test coverage detected