MCPcopy Index your code
hub / github.com/cli/cli / funcClient

FuncType funcClient

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected