4 implementations of SetIndexAsync
aspire (1)
Mcp\Docs\DocsCache.cs (1)
146
public async Task
SetIndexAsync
(LlmsDocument[] documents, CancellationToken cancellationToken = default)
Aspire.Cli.Tests (3)
Mcp\Docs\DocsFetcherTests.cs (1)
423
public Task
SetIndexAsync
(LlmsDocument[] documents, CancellationToken cancellationToken = default)
Mcp\Docs\DocsIndexServiceTests.cs (1)
1025
public Task
SetIndexAsync
(LlmsDocument[] documents, CancellationToken cancellationToken = default) => Task.CompletedTask;
Mcp\Docs\DocsSearchServiceTests.cs (1)
425
public Task
SetIndexAsync
(LlmsDocument[] documents, CancellationToken cancellationToken = default) => Task.CompletedTask;
1 reference to SetIndexAsync
aspire (1)
Mcp\Docs\DocsIndexService.cs (1)
178
await _docsCache.
SetIndexAsync
([.. documents], cancellationToken).ConfigureAwait(false);