MCPcopy
hub / github.com/apache/echarts / getRawSourceValueGetter

Function getRawSourceValueGetter

src/data/helper/dataProvider.ts:477–483  ·  view source on GitHub ↗
(sourceFormat: SourceFormat)

Source from the content-addressed store, hash-verified

475};
476
477export function getRawSourceValueGetter(sourceFormat: SourceFormat): RawSourceValueGetter {
478 const method = rawSourceValueGetterMap[sourceFormat];
479 if (__DEV__) {
480 assert(method, 'Do not support get value on "' + sourceFormat + '".');
481 }
482 return method;
483}
484
485
486function getMethodMapKey(sourceFormat: SourceFormat, seriesLayoutBy: SeriesLayoutBy): string {

Callers 2

createExternalSourceFunction · 0.90
retrieveRawValueFunction · 0.85

Calls 1

assertFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…