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

Method index

lib/Codepilot.js:56–58  ·  view source on GitHub ↗

* Gets the code index.

()

Source from the content-addressed store, hash-verified

54 * Gets the code index.
55 */
56 get index() {
57 return this._index;
58 }
59 /**
60 * Registers a new function to be used in the chat completion.
61 * @remarks

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected