MCPcopy Index your code
hub / github.com/coder/coder / roundTripper

FuncType roundTripper

coderd/externalauth/externalauth_test.go:1537–1537  ·  view source on GitHub ↗
func(req *http.Request) (*http.Response, error)

Source from the content-addressed store, hash-verified

1535}
1536
1537type roundTripper func(req *http.Request) (*http.Response, error)
1538
1539func (r roundTripper) RoundTrip(req *http.Request) (*http.Response, error) {
1540 return r(req)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected