Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
277
func
newFakeChatClient(t *testing.T) *fakeChatClient {
278
t.Helper()
279
return
&fakeChatClient{}
280
}
281
282
func
(*fakeChatClient) SetLogger(logger slog.Logger) {}
283
Callers
3
newTestRunner
Function · 0.85
newTestRunnerWithChatArchive
Function · 0.85
newTestRunnerWithChatMessage
Function · 0.85
Calls
1
Helper
Method · 0.65
Tested by
no test coverage detected