Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ failingHealthcheck
Struct
failingHealthcheck
coderd/tailnet_test.go:401–401 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
399
}
400
401
type
failingHealthcheck
struct
{}
402
403
func
(failingHealthcheck) Ping(context.Context) (time.Duration, error) {
404
// Simulate a database connection error.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected