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

Function chatACL

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

Source from the content-addressed store, hash-verified

608});
609
610export const chatACL = (chatId: string) => ({
611 queryKey: chatACLKey(chatId),
612 queryFn: () => API.experimental.getChatACL(chatId),
613});
614
615const MESSAGES_PAGE_SIZE = 50;
616

Callers 2

chats.test.tsFile · 0.90

Calls 2

chatACLKeyFunction · 0.85
getChatACLMethod · 0.80

Tested by

no test coverage detected