(rendering)
| 5307 | } |
| 5308 | } |
| 5309 | function setIsRendering(rendering) { |
| 5310 | { |
| 5311 | isRendering = rendering; |
| 5312 | } |
| 5313 | } |
| 5314 | |
| 5315 | // Flow does not allow string concatenation of most non-string types. To work |
| 5316 | // around this limitation, we use an opaque type that can only be obtained by |
no outgoing calls
no test coverage detected