()
| 18949 | return 0 |
| 18950 | } |
| 18951 | toObject() { |
| 18952 | return { |
| 18953 | type: this.errorTypeName, |
| 18954 | line: this.lineNumber, |
| 18955 | atom: this.atomIndex, |
| 18956 | suggestion: this.suggestionMessage, |
| 18957 | path: this.getParticle().getCuePath(), |
| 18958 | message: this.message |
| 18959 | } |
| 18960 | } |
| 18961 | hasSuggestion() { |
| 18962 | return this.suggestionMessage !== "" |
| 18963 | } |
nothing calls this directly
no test coverage detected