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

Method constructor

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

* Creates a new 'CodeIndex' instance. * @param folderPath Optional. The path to the folder containing the index. Defaults to '.codepilot'.

(folderPath = '.codepilot')

Source from the content-addressed store, hash-verified

88 * @param folderPath Optional. The path to the folder containing the index. Defaults to '.codepilot'.
89 */
90 constructor(folderPath = '.codepilot') {
91 this._folderPath = folderPath;
92 }
93
94 /**
95 * Gets the current code index configuration.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected