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

Function injectThreads

packages/angular/src/lib/threads.ts:578–582  ·  view source on GitHub ↗
(input: InjectThreadsInput)

Source from the content-addressed store, hash-verified

576 * ```
577 */
578export function injectThreads(input: InjectThreadsInput): InjectThreadsResult {
579 const factory = inject(CopilotkitThreadsFactory);
580 const destroyRef = inject(DestroyRef);
581 return factory.create(input, destroyRef);
582}

Callers 2

HostClass · 0.90

Calls 1

createMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…