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

Method FakeCoderd

coderd/coderdtest/oidctest/idp.go:155–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

153}
154
155func (f *fakeIDPLocked) FakeCoderd() func(req *http.Request) (*http.Response, error) {
156 f.mu.RLock()
157 defer f.mu.RUnlock()
158 return f.fakeCoderd
159}
160
161// FakeIDP is a functional OIDC provider.
162// It only supports 1 OIDC client.

Callers 1

HTTPClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected