Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
108
func
(f *fakeIDPLocked) Handler() http.Handler {
109
f.mu.RLock()
110
defer
f.mu.RUnlock()
111
return
f.handler
112
}
113
114
func
(f *fakeIDPLocked) SetIssuer(issuer string) {
115
f.mu.Lock()
Callers
15
init
Function · 0.45
New
Function · 0.45
compressHandler
Function · 0.45
TestWorkspaceAgentExternalAuthListen
Function · 0.45
Cors
Function · 0.45
WorkspaceAppCors
Function · 0.45
AsAuthzSystem
Function · 0.45
realServer
Method · 0.45
CreateAuthCode
Method · 0.45
HTTPClient
Method · 0.45
TestDERP
Function · 0.45
HandleSubdomain
Method · 0.45
Calls
no outgoing calls
Tested by
8
TestWorkspaceAgentExternalAuthListen
Function · 0.36
TestDERP
Function · 0.36
TestNewDynamicTool
Function · 0.36
testTool
Function · 0.36
TestReportTaskNilPointerDeref
Function · 0.36
TestReportTaskWithReporter
Function · 0.36
TestWorkspaceBash
Function · 0.36
TestWorkspaceBashBackgroundIntegration
Function · 0.36