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

Method Push

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

Source from the content-addressed store, hash-verified

1550 return (*rwState)(w).doSetWriteDeadline(deadline)
1551}
1552func (w *rw11) Push(target string, opts *http.PushOptions) error {
1553 return (*rwState)(w).doPush(target, opts)
1554}
1555func (w *rw11) WriteString(s string) (int, error) {
1556 return (*rwState)(w).doWriteString(s)
1557}

Callers

nothing calls this directly

Calls 1

doPushMethod · 0.80

Tested by

no test coverage detected