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

Function resolveRename

packages/angular/src/lib/threads.spec.ts:323–323  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

321
322 // Hold the rename request open so we can observe the optimistic state.
323 let resolveRename: (value: Response) => void = () => {};
324 active!.fetchMock.mockReturnValueOnce(
325 new Promise<Response>((resolve) => {
326 resolveRename = resolve;

Callers 1

threads.spec.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…