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

Method folderPath

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

* Gets the path to the folder containing the index.

()

Source from the content-addressed store, hash-verified

102 * Gets the path to the folder containing the index.
103 */
104 public get folderPath(): string {
105 return this._folderPath;
106 }
107
108 /**
109 * Gets the current OpenAI keys.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected