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

Function resolveFirstFetch

packages/core/src/__tests__/threads.test.ts:242–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

240
241 it("switches sessions when context changes and ignores stale results", async () => {
242 let resolveFirstFetch: (value: unknown) => void = () => {};
243 const fetchMock = vi
244 .fn()
245 .mockImplementationOnce(

Callers 1

threads.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…