MCPcopy Index your code
hub / github.com/CopilotKit/CopilotKit / conversationKeyOf

Function conversationKeyOf

packages/bot-slack/src/interaction.ts:15–17  ·  view source on GitHub ↗
(key: ConversationKey)

Source from the content-addressed store, hash-verified

13 * from this single helper — a mismatch silently strands the waiter.
14 */
15export function conversationKeyOf(key: ConversationKey): string {
16 return `${key.channelId}::${key.scope}`;
17}
18
19/**
20 * Decode a Slack `block_actions` payload into a bot `InteractionEvent`.

Callers 6

attachAssistantFunction · 0.70
startMethod · 0.70
decodeInteractionFunction · 0.70
decodeReactionFunction · 0.70
decodeModalContextFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…