| 5 | * A section that renders source code snippets from the code index. |
| 6 | */ |
| 7 | export class SourceCodeSection extends PromptSectionBase { |
| 8 | private readonly _index: CodeIndex; |
| 9 | |
| 10 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected