(rendering)
| 1630 | } |
| 1631 | } |
| 1632 | function setIsRendering(rendering) { |
| 1633 | { |
| 1634 | isRendering = rendering; |
| 1635 | } |
| 1636 | } |
| 1637 | |
| 1638 | // Flow does not allow string concatenation of most non-string types. To work |
| 1639 | // around this limitation, we use an opaque type that can only be obtained by |
no outgoing calls
no test coverage detected