MCPcopy Create free account
hub / github.com/coder/coder / newFakeChatClient

Function newFakeChatClient

scaletest/chat/run_internal_test.go:277–280  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

275}
276
277func newFakeChatClient(t *testing.T) *fakeChatClient {
278 t.Helper()
279 return &fakeChatClient{}
280}
281
282func (*fakeChatClient) SetLogger(logger slog.Logger) {}
283

Callers 3

newTestRunnerFunction · 0.85

Calls 1

HelperMethod · 0.65

Tested by

no test coverage detected