1 implementation of EnsureIndexedAsync
aspire (1)
Mcp\Docs\DocsIndexService.cs (1)
113
public async ValueTask
EnsureIndexedAsync
(CancellationToken cancellationToken = default)
1 reference to EnsureIndexedAsync
aspire (1)
Commands\AgentMcpCommand.cs (1)
123
await _docsIndexService.
EnsureIndexedAsync
(cancellationToken).ConfigureAwait(false);