MCPcopy Create free account
hub / github.com/Stevenic/codepilot /

Class

src/SourceCodeSection.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5 * A section that renders source code snippets from the code index.
6 */
7export class SourceCodeSection extends PromptSectionBase {
8 private readonly _index: CodeIndex;
9
10 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected