Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ withCoderConnectNotRunning
Function
withCoderConnectNotRunning
cli/connect_test.go:73–75 ·
view source on GitHub ↗
(ctx context.Context)
Source
from the content-addressed store, hash-verified
71
}
72
73
func
withCoderConnectNotRunning(ctx context.Context) context.Context {
74
return
workspacesdk.WithTestOnlyCoderContextResolver(ctx, &fakeResolver{shouldReturnSuccess: false})
75
}
Callers
1
TestConnectExists_NotRunning
Function · 0.85
Calls
1
WithTestOnlyCoderContextResolver
Function · 0.92
Tested by
no test coverage detected