1 instantiation of LlmsSection
aspire (1)
Mcp\Docs\LlmsTxtParser.cs (1)
324
sections.Add(new
LlmsSection
6 references to LlmsSection
aspire (5)
Mcp\Docs\DocsIndexService.cs (2)
240
var
matchedSection = doc.Source.Sections.FirstOrDefault(s =>
450
private sealed class IndexedSection(
LlmsSection
source)
Mcp\Docs\LlmsTxtParser.cs (3)
36
public required IReadOnlyList<
LlmsSection
> Sections { get; init; }
296
private static List<
LlmsSection
> ParseSections(ReadOnlySpan<char> docSpan)
298
var sections = new List<
LlmsSection
>();
Aspire.Cli.Tests (1)
Mcp\Docs\LlmsTxtParserTests.cs (1)
138
var
parentSection = doc.Sections.First(s => s.Heading == "Parent Section");