MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / processLinearIntegration

Function processLinearIntegration

packages/integration-linear/src/outbound.ts:17–31  ·  view source on GitHub ↗
({
  channelId,
  messageId,
  threadId,
  event,
  integration,
  id,
}: any)

Source from the content-addressed store, hash-verified

15type channelsIntegration = { channelId: string; data: any; externalId: string };
16
17export async function processLinearIntegration({
18 channelId,
19 messageId,
20 threadId,
21 event,
22 integration,
23 id,
24}: any) {
25 return await integrationMap[event as TwoWaySyncEvent]({
26 threadId,
27 integration,
28 event,
29 messageId,
30 });
31}
32
33async function processNewMessage({
34 messageId,

Callers 1

twoWaySyncJobFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected