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

Method RoundTrip

coderd/coderdtest/coderdtest.go:1763–1765  ·  view source on GitHub ↗
(req *http.Request)

Source from the content-addressed store, hash-verified

1761type roundTripper func(req *http.Request) (*http.Response, error)
1762
1763func (r roundTripper) RoundTrip(req *http.Request) (*http.Response, error) {
1764 return r(req)
1765}
1766
1767type nopcloser struct{}
1768

Callers 2

NewAWSInstanceIdentityFunction · 0.45
NewAzureInstanceIdentityFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected