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

Method Handler

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

Source from the content-addressed store, hash-verified

106}
107
108func (f *fakeIDPLocked) Handler() http.Handler {
109 f.mu.RLock()
110 defer f.mu.RUnlock()
111 return f.handler
112}
113
114func (f *fakeIDPLocked) SetIssuer(issuer string) {
115 f.mu.Lock()

Callers 15

initFunction · 0.45
NewFunction · 0.45
compressHandlerFunction · 0.45
CorsFunction · 0.45
WorkspaceAppCorsFunction · 0.45
AsAuthzSystemFunction · 0.45
realServerMethod · 0.45
CreateAuthCodeMethod · 0.45
HTTPClientMethod · 0.45
TestDERPFunction · 0.45
HandleSubdomainMethod · 0.45

Calls

no outgoing calls

Tested by 8

TestDERPFunction · 0.36
TestNewDynamicToolFunction · 0.36
testToolFunction · 0.36
TestWorkspaceBashFunction · 0.36