* Creates a new `Codepilot` instance. * @param index The code index to use.
(index)
| 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 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected