MCPcopy 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
73func withCoderConnectNotRunning(ctx context.Context) context.Context {
74 return workspacesdk.WithTestOnlyCoderContextResolver(ctx, &fakeResolver{shouldReturnSuccess: false})
75}

Callers 1

Calls 1

Tested by

no test coverage detected