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

Class

src/CodeIndex.ts:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 * The current projects source code index.
79 */
80export class CodeIndex {
81 private readonly _folderPath: string;
82 private _config?: CodeIndexConfig;
83 private _keys?: OpenAIKeys;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected