(data)
| 32842 | } |
| 32843 | |
| 32844 | function firstDataNotNull(data) { |
| 32845 | var i = 0; |
| 32846 | while (i < data.length && data[i] == null) { |
| 32847 | i++; |
| 32848 | } |
| 32849 | return data[i]; |
| 32850 | } |
| 32851 | |
| 32852 | /* |
| 32853 | * Licensed to the Apache Software Foundation (ASF) under one |
no outgoing calls
no test coverage detected