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

Method RoundTrip

coderd/coderdtest/oidctest/idp.go:1777–1779  ·  view source on GitHub ↗
(req *http.Request)

Source from the content-addressed store, hash-verified

1775}
1776
1777func (f fakeRoundTripper) RoundTrip(req *http.Request) (*http.Response, error) {
1778 return f.roundTrip(req)
1779}
1780
1781//nolint:gosec // these are test credentials
1782const testRSAPrivateKey = `-----BEGIN RSA PRIVATE KEY-----

Callers 1

HTTPClientMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected