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

Method Error

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

Source from the content-addressed store, hash-verified

235}
236
237func (s statusHookError) Error() string {
238 if s.Err == nil {
239 return ""
240 }
241 return s.Err.Error()
242}
243
244type FakeIDPOpt func(idp *FakeIDP)
245

Callers 12

MustWorkspaceFunction · 0.45
With429Function · 0.45
httpHandlerMethod · 0.45
ExternalAuthConfigMethod · 0.45
httpErrorFunction · 0.45
newCacheFunction · 0.45
refreshMethod · 0.45
Test_rotateKeysFunction · 0.45
StartRotatorFunction · 0.45
startMethod · 0.45
serveRefMethod · 0.45
compressMethod · 0.45

Calls

no outgoing calls

Tested by 1

Test_rotateKeysFunction · 0.36