MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / firstDataNotNull

Function firstDataNotNull

libs/echarts/echarts.simple.js:32844–32850  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

32842}
32843
32844function 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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected