MCPcopy Index your code
hub / github.com/TanStack/ai / Host

Class Host

packages/ai-angular/tests/inject-generation.test.ts:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25function renderInjectGeneration(options: any) {
26 @Component({ standalone: true, template: '' })
27 class Host {
28 gen = injectGeneration(options)
29 }
30 const fixture = TestBed.createComponent(Host)
31 fixture.detectChanges()
32 return {

Callers

nothing calls this directly

Calls 1

injectGenerationFunction · 0.90

Tested by

no test coverage detected