MCPcopy Index your code
hub / github.com/harness/harness / patch

Method patch

client/client.go:161–163  ·  view source on GitHub ↗

helper function for making an http PATCH request.

(ctx context.Context, rawurl string, in, out interface{})

Source from the content-addressed store, hash-verified

159
160// helper function for making an http PATCH request.
161func (c *HTTPClient) patch(ctx context.Context, rawurl string, in, out interface{}) error {
162 return c.do(ctx, rawurl, "PATCH", false, in, out)
163}
164
165// helper function for making an http DELETE request.
166func (c *HTTPClient) delete(ctx context.Context, rawurl string) error {

Callers 1

UserUpdateMethod · 0.95

Calls 1

doMethod · 0.95

Tested by

no test coverage detected