()
| 2828 | } |
| 2829 | |
| 2830 | function reset() { |
| 2831 | compositionState._root = null; |
| 2832 | compositionState._startText = null; |
| 2833 | compositionState._fallbackText = null; |
| 2834 | } |
| 2835 | |
| 2836 | function getData() { |
| 2837 | if (compositionState._fallbackText) { |
no outgoing calls
no test coverage detected