MCPcopy Index your code
hub / github.com/coder/coder / ChatDaemonForTest

Method ChatDaemonForTest

coderd/chat_testhooks.go:6–8  ·  view source on GitHub ↗

ChatDaemonForTest returns the background chat processor for test harnesses.

()

Source from the content-addressed store, hash-verified

4
5// ChatDaemonForTest returns the background chat processor for test harnesses.
6func (api *API) ChatDaemonForTest() *chatd.Server {
7 return api.chatDaemon
8}

Callers 1

WaitForChatSettledFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected