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

FuncType roundTripperFunc

pkg/cmd/project/shared/queries/queries_test.go:16–16  ·  view source on GitHub ↗
func(*http.Request) (*http.Response, error)

Source from the content-addressed store, hash-verified

14)
15
16type roundTripperFunc func(*http.Request) (*http.Response, error)
17
18func (f roundTripperFunc) RoundTrip(req *http.Request) (*http.Response, error) {
19 return f(req)

Calls

no outgoing calls

Tested by

no test coverage detected