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