()
| 2026 | } |
| 2027 | |
| 2028 | function reset() { |
| 2029 | compositionState._root = null; |
| 2030 | compositionState._startText = null; |
| 2031 | compositionState._fallbackText = null; |
| 2032 | } |
| 2033 | |
| 2034 | function getData() { |
| 2035 | if (compositionState._fallbackText) { |
no outgoing calls
no test coverage detected