* Converts the math node into a string, similar to innerText.
()
| 6788 | |
| 6789 | |
| 6790 | toText() { |
| 6791 | if (this.character) { |
| 6792 | return this.character; |
| 6793 | } else { |
| 6794 | return " "; |
| 6795 | } |
| 6796 | } |
| 6797 | |
| 6798 | } |
| 6799 |
nothing calls this directly
no outgoing calls
no test coverage detected