Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
610
export
const
chatACL = (chatId: string) => ({
611
queryKey: chatACLKey(chatId),
612
queryFn: () => API.experimental.getChatACL(chatId),
613
});
614
615
const
MESSAGES_PAGE_SIZE = 50;
616
Callers
2
ChatSharingPopoverContent
Function · 0.90
chats.test.ts
File · 0.90
Calls
2
chatACLKey
Function · 0.85
getChatACL
Method · 0.80
Tested by
no test coverage detected