()
| 2931 | } |
| 2932 | |
| 2933 | function reset() { |
| 2934 | compositionState._root = null; |
| 2935 | compositionState._startText = null; |
| 2936 | compositionState._fallbackText = null; |
| 2937 | } |
| 2938 | |
| 2939 | function getData() { |
| 2940 | if (compositionState._fallbackText) { |
no outgoing calls
no test coverage detected