MCPcopy Index your code
hub / github.com/CopilotKit/CopilotKit / thread.test.ts

File thread.test.ts

packages/bot/src/thread.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from "vitest";
2import { Thread } from "./thread.js";
3import type { ThreadDeps } from "./thread.js";
4import { MemoryStore } from "./state/memory-store.js";

Callers

nothing calls this directly

Calls 6

makeTestThreadFunction · 0.85
subscribeMethod · 0.65
isSubscribedMethod · 0.65
unsubscribeMethod · 0.65
setStateMethod · 0.65
stateMethod · 0.65

Tested by

no test coverage detected