MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / Patch

Method Patch

http/client_impl.go:40–51  ·  view source on GitHub ↗
(
	path string,
	requestBody interface{},
	responseBody interface{},
)

Source from the content-addressed store, hash-verified

38}
39
40func (c *client) Patch(
41 path string,
42 requestBody interface{},
43 responseBody interface{},
44) (statusCode int, err error) {
45 return c.request(
46 http.MethodPatch,
47 path,
48 requestBody,
49 responseBody,
50 )
51}
52
53func (c *client) Delete(
54 path string,

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected