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

Method config

src/CodeIndex.ts:97–99  ·  view source on GitHub ↗

* Gets the current code index configuration.

()

Source from the content-addressed store, hash-verified

95 * Gets the current code index configuration.
96 */
97 public get config(): CodeIndexConfig | undefined {
98 return this._config;
99 }
100
101 /**
102 * Gets the path to the folder containing the index.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected