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

Function watchChatGit

site/src/api/api.ts:178–180  ·  view source on GitHub ↗
(chatId: string)

Source from the content-addressed store, hash-verified

176};
177
178export const watchChatGit = (chatId: string): WebSocket => {
179 return createWebSocket(`/api/experimental/chats/${chatId}/stream/git`);
180};
181
182export const watchChatDesktop = (chatId: string): WebSocket => {
183 const socket = createWebSocket(

Callers 1

connectFunction · 0.90

Calls 1

createWebSocketFunction · 0.85

Tested by

no test coverage detected