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

Function Head

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

Source from the content-addressed store, hash-verified

63}
64
65func Head(url string, rfs ...RequestFunc) (*resty.Response, error) {
66 return New().Head(url, rfs...)
67}
68
69func Options(url string, rfs ...RequestFunc) (*resty.Response, error) {
70 return New().Options(url, rfs...)

Callers

nothing calls this directly

Calls 2

NewFunction · 0.70
HeadMethod · 0.45

Tested by

no test coverage detected