MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / getThreadService

Function getThreadService

server/src/addie/thread-service.ts:1395–1400  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1393let threadService: ThreadService | null = null;
1394
1395export function getThreadService(): ThreadService {
1396 if (!threadService) {
1397 threadService = new ThreadService();
1398 }
1399 return threadService;
1400}

Callers 15

createAddieAdminRouterFunction · 0.85
createTavusRouterFunction · 0.85
createAddieChatRouterFunction · 0.85
handleUserMessageFunction · 0.85
handleAppMentionFunction · 0.85
handleFeedbackActionFunction · 0.85
handleDirectMessageFunction · 0.85
handleChannelMessageFunction · 0.85
sendAccountLinkedMessageFunction · 0.85
handleReactionAddedFunction · 0.85
handleEmailConversationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected