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

Function chatACLKey

site/src/api/queries/chats.ts:28–28  ·  view source on GitHub ↗
(chatId: string)

Source from the content-addressed store, hash-verified

26 ["chats", chatId, "prompts"] as const;
27
28export const chatACLKey = (chatId: string) => ["chats", chatId, "acl"] as const;
29
30export type ChatListPRStatusFilter = "draft" | "open" | "merged" | "closed";
31export type ChatListStatusFilter = "read" | "unread";

Callers 4

chats.test.tsFile · 0.90
chatACLFunction · 0.85
setChatUserRoleFunction · 0.85
setChatGroupRoleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected