()
| 2123 | } |
| 2124 | |
| 2125 | function reset() { |
| 2126 | compositionState._root = null; |
| 2127 | compositionState._startText = null; |
| 2128 | compositionState._fallbackText = null; |
| 2129 | } |
| 2130 | |
| 2131 | function getData() { |
| 2132 | if (compositionState._fallbackText) { |
no outgoing calls
no test coverage detected