MCPcopy Create free account
hub / github.com/cli/cli / funcClient

FuncType funcClient

pkg/cmd/release/shared/upload_test.go:119–119  ·  view source on GitHub ↗
func(*http.Request) (*http.Response, error)

Source from the content-addressed store, hash-verified

117}
118
119type funcClient func(*http.Request) (*http.Response, error)
120
121func (f funcClient) Do(req *http.Request) (*http.Response, error) {
122 return f(req)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected