(sourceFormat, seriesLayoutBy)
| 20295 | return item; |
| 20296 | }, _a[SOURCE_FORMAT_ORIGINAL] = getItemSimply, _a); |
| 20297 | function getRawSourceItemGetter(sourceFormat, seriesLayoutBy) { |
| 20298 | var method = rawSourceItemGetterMap[getMethodMapKey(sourceFormat, seriesLayoutBy)]; |
| 20299 | |
| 20300 | if ("development" !== 'production') { |
| 20301 | assert(method, 'Do not suppport get item on "' + sourceFormat + '", "' + seriesLayoutBy + '".'); |
| 20302 | } |
| 20303 | |
| 20304 | return method; |
| 20305 | } |
| 20306 | |
| 20307 | var countSimply = function (rawData, startIndex, dimsDef) { |
| 20308 | return rawData.length; |
no test coverage detected
searching dependent graphs…