()
| 2793 | } |
| 2794 | |
| 2795 | function reset() { |
| 2796 | compositionState._root = null; |
| 2797 | compositionState._startText = null; |
| 2798 | compositionState._fallbackText = null; |
| 2799 | } |
| 2800 | |
| 2801 | function getData() { |
| 2802 | if (compositionState._fallbackText) { |
no outgoing calls
no test coverage detected