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

Method Push

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

Source from the content-addressed store, hash-verified

1734 return (*rwState)(w).doReadFrom(src)
1735}
1736func (w *rw19) Push(target string, opts *http.PushOptions) error {
1737 return (*rwState)(w).doPush(target, opts)
1738}
1739func (w *rw19) WriteString(s string) (int, error) {
1740 return (*rwState)(w).doWriteString(s)
1741}

Callers

nothing calls this directly

Calls 1

doPushMethod · 0.80

Tested by

no test coverage detected