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

Method constructor

lib/Codepilot.js:49–52  ·  view source on GitHub ↗

* Creates a new `Codepilot` instance. * @param index The code index to use.

(index)

Source from the content-addressed store, hash-verified

47 * @param index The code index to use.
48 */
49 constructor(index) {
50 this._functions = new Map();
51 this._index = index;
52 }
53 /**
54 * Gets the code index.
55 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected