()
| 18909 | return this._getCodeMirrorLineWidgetElementWithoutSuggestion() |
| 18910 | } |
| 18911 | get parserId() { |
| 18912 | return this.getParticle().parserId |
| 18913 | } |
| 18914 | _getCodeMirrorLineWidgetElementAtomTypeHints() { |
| 18915 | const el = document.createElement("div") |
| 18916 | el.appendChild(document.createTextNode(this.getIndent() + this.getParticle().definition.lineHints)) |
nothing calls this directly
no test coverage detected