()
| 3044 | } |
| 3045 | |
| 3046 | function reset() { |
| 3047 | compositionState._root = null; |
| 3048 | compositionState._startText = null; |
| 3049 | compositionState._fallbackText = null; |
| 3050 | } |
| 3051 | |
| 3052 | function getData() { |
| 3053 | if (compositionState._fallbackText) { |
no outgoing calls
no test coverage detected