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

Method config

lib/CodeIndex.js:60–62  ·  view source on GitHub ↗

* Gets the current code index configuration.

()

Source from the content-addressed store, hash-verified

58 * Gets the current code index configuration.
59 */
60 get config() {
61 return this._config;
62 }
63 /**
64 * Gets the path to the folder containing the index.
65 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected