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

Method Push

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

Source from the content-addressed store, hash-verified

1378 return (*rwState)(w).doWrite(b)
1379}
1380func (w *rw3) Push(target string, opts *http.PushOptions) error {
1381 return (*rwState)(w).doPush(target, opts)
1382}
1383func (w *rw3) WriteString(s string) (int, error) {
1384 return (*rwState)(w).doWriteString(s)
1385}

Callers

nothing calls this directly

Calls 1

doPushMethod · 0.80

Tested by

no test coverage detected