(mapSeriesGroup: MapSeriesGroup)
| 386 | } |
| 387 | |
| 388 | export function getMainMapSeries(mapSeriesGroup: MapSeriesGroup): MapSeries | NullUndefined { |
| 389 | // The first series after filtering in a MAP_SERIES_GROUP. |
| 390 | return mapSeriesGroup.f[0]; |
| 391 | } |
| 392 | |
| 393 | |
| 394 | /** |
no outgoing calls
no test coverage detected
searching dependent graphs…