| 4 | * A section that renders source code snippets from the code index. |
| 5 | */ |
| 6 | export declare class SourceCodeSection extends PromptSectionBase { |
| 7 | private readonly _index; |
| 8 | /** |
| 9 | * Creates a new 'SourceCodeSection' instance. |
nothing calls this directly
no outgoing calls
no test coverage detected