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

Class

src/Codepilot.ts:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 * The main class for the Codepilot application.
10 */
11export class Codepilot {
12 private readonly _index: CodeIndex;
13 private readonly _functions: Map<string, FunctionEntry> = new Map();
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected