MCPcopy
hub / github.com/koderover/zadig / Patch

Function Patch

pkg/cli/zadig-agent/util/client/client.go:53–55  ·  view source on GitHub ↗
(url string, rfs ...RequestFunc)

Source from the content-addressed store, hash-verified

51}
52
53func Patch(url string, rfs ...RequestFunc) (*resty.Response, error) {
54 return New().Patch(url, rfs...)
55}
56
57func Put(url string, rfs ...RequestFunc) (*resty.Response, error) {
58 return New().Put(url, rfs...)

Callers

nothing calls this directly

Calls 2

NewFunction · 0.70
PatchMethod · 0.45

Tested by

no test coverage detected