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

Method isCreated

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

* Returns true if the index has been created.

()

Source from the content-addressed store, hash-verified

222 * Returns true if the index has been created.
223 */
224 public async isCreated(): Promise<boolean> {
225 return await fs.stat(this.folderPath).then(() => true).catch(() => false);
226 }
227
228 // LLM-REGION
229

Callers 8

runFunction · 0.95
addMethod · 0.95
queryMethod · 0.95
rebuildMethod · 0.95
removeMethod · 0.95
setKeysMethod · 0.95
setConfigMethod · 0.95
upsertDocumentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected