* Creates a new `Codepilot` instance. * @param index The code index to use.
(index: CodeIndex)
| 17 | * @param index The code index to use. |
| 18 | */ |
| 19 | public constructor(index: CodeIndex) { |
| 20 | this._index = index; |
| 21 | } |
| 22 | |
| 23 | /** |
| 24 | * Gets the code index. |
nothing calls this directly
no outgoing calls
no test coverage detected