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

Method constructor

lib/CodeIndex.js:54–56  ·  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

52 * @param folderPath Optional. The path to the folder containing the index. Defaults to '.codepilot'.
53 */
54 constructor(folderPath = '.codepilot') {
55 this._folderPath = folderPath;
56 }
57 /**
58 * Gets the current code index configuration.
59 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected