MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / thread-utils.test.ts

File thread-utils.test.ts

server/tests/unit/thread-utils.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from 'vitest';
2import { isMultiPartyThread, isDirectedAtAddie, isAddressedToAnotherUser, buildThreadStyleHint, buildThreadSummaryForRouter } from '../../src/addie/thread-utils.js';
3
4const BOT_ID = 'UBOT123';

Callers

nothing calls this directly

Calls 6

itFunction · 0.85
isMultiPartyThreadFunction · 0.85
isDirectedAtAddieFunction · 0.85
buildThreadStyleHintFunction · 0.85
isAddressedToAnotherUserFunction · 0.85

Tested by

no test coverage detected