()
| 21559 | }) |
| 21560 | } |
| 21561 | _getCodeMirrorLib() { |
| 21562 | return this._codeMirrorLib |
| 21563 | } |
| 21564 | async codeMirrorAutocomplete(cmInstance, options) { |
| 21565 | const cursor = cmInstance.getDoc().getCursor() |
| 21566 | const codeMirrorLib = this._getCodeMirrorLib() |
no outgoing calls
no test coverage detected